Francois Gouget : testbot: Remove some unneeded Jobs, Steps and Tasks imports.

Alexandre Julliard julliard at winehq.org
Mon Apr 30 14:31:37 CDT 2018


Module: tools
Branch: master
Commit: b80f2ba7e5620257512ad59ef3f31eeef511f95d
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=b80f2ba7e5620257512ad59ef3f31eeef511f95d

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Apr 30 03:24:40 2018 +0200

testbot: Remove some unneeded Jobs, Steps and Tasks imports.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/StepsTasks.pm | 2 --
 testbot/lib/WineTestBot/Tasks.pm      | 3 +--
 testbot/web/GetFile.pl                | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/testbot/lib/WineTestBot/StepsTasks.pm b/testbot/lib/WineTestBot/StepsTasks.pm
index 232efe5..ff94b14 100644
--- a/testbot/lib/WineTestBot/StepsTasks.pm
+++ b/testbot/lib/WineTestBot/StepsTasks.pm
@@ -106,8 +106,6 @@ BEGIN
 
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::ItemrefPropertyDescriptor;
-use WineTestBot::Steps;
-use WineTestBot::Tasks;
 use WineTestBot::VMs;
 
 sub _initialize($$)
diff --git a/testbot/lib/WineTestBot/Tasks.pm b/testbot/lib/WineTestBot/Tasks.pm
index 0cb2e7b..5121abb 100644
--- a/testbot/lib/WineTestBot/Tasks.pm
+++ b/testbot/lib/WineTestBot/Tasks.pm
@@ -40,8 +40,7 @@ use POSIX qw(:errno_h);
 use File::Path;
 use ObjectModel::BackEnd;
 use WineTestBot::Config;
-use WineTestBot::Jobs;
-use WineTestBot::Steps;
+
 
 sub InitializeNew($$)
 {
diff --git a/testbot/web/GetFile.pl b/testbot/web/GetFile.pl
index e4d5487..7e6c615 100644
--- a/testbot/web/GetFile.pl
+++ b/testbot/web/GetFile.pl
@@ -24,7 +24,7 @@ use CGI;
 use Fcntl; # For O_XXX
 use WineTestBot::Config;
 use WineTestBot::Jobs;
-use WineTestBot::Steps;
+
 
 sub GetFile($$$)
 {




More information about the wine-cvs mailing list