Francois Gouget : testbot/web: Remove unneeded imports from the Submit page.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 14:36:59 CDT 2022


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 31 16:05:49 2022 +0200

testbot/web: Remove unneeded imports from the Submit page.

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

---

 testbot/web/Submit.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl
index 3d49aae..aba2b6d 100644
--- a/testbot/web/Submit.pl
+++ b/testbot/web/Submit.pl
@@ -26,9 +26,7 @@ use ObjectModel::CGI::FreeFormPage;
 our @ISA = qw(ObjectModel::CGI::FreeFormPage);
 
 use Fcntl qw(O_RDONLY);
-use IO::Handle;
 use POSIX qw(:fcntl_h); # For SEEK_XXX
-use File::Basename;
 
 use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::EnumPropertyDescriptor;




More information about the wine-cvs mailing list