Module: tools Branch: master Commit: 6936e9ca4e5bfd4d194525de268d1e7d44f101c1 URL: https://source.winehq.org/git/tools.git/?a=commit;h=6936e9ca4e5bfd4d194525de...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Apr 26 23:59:33 2018 +0200
testbot: Remove a couple of unneeded WineTestBot::Patches imports.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/PendingPatchSets.pm | 2 -- 1 file changed, 2 deletions(-)
diff --git a/testbot/lib/WineTestBot/PendingPatchSets.pm b/testbot/lib/WineTestBot/PendingPatchSets.pm index 26a5642..7a54499 100644 --- a/testbot/lib/WineTestBot/PendingPatchSets.pm +++ b/testbot/lib/WineTestBot/PendingPatchSets.pm @@ -42,7 +42,6 @@ use WineTestBot::WineTestBotObjects; our @ISA = qw(WineTestBot::WineTestBotItem);
use WineTestBot::Config; -use WineTestBot::Patches; use WineTestBot::Utils;
@@ -163,7 +162,6 @@ use ObjectModel::BasicPropertyDescriptor; use ObjectModel::DetailrefPropertyDescriptor; use WineTestBot::Config; use WineTestBot::PendingPatches; -use WineTestBot::Patches; use WineTestBot::Utils;