[PATCH] testbot: Remove a couple of unneeded WineTestBot::Patches imports.

Francois Gouget fgouget at codeweavers.com
Thu Apr 26 16:59:33 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 26a564216..7a5449908 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;
 
 
-- 
2.17.0




More information about the wine-devel mailing list