Francois Gouget : testbot: Remove an unneeded WineTestBot::CGI:: Sessions import.

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


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

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

testbot: Remove an unneeded WineTestBot::CGI::Sessions import.

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

---

 testbot/web/ForgotPassword.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/web/ForgotPassword.pl b/testbot/web/ForgotPassword.pl
index af79b65..4e1c508 100644
--- a/testbot/web/ForgotPassword.pl
+++ b/testbot/web/ForgotPassword.pl
@@ -27,7 +27,6 @@ our @ISA = qw(ObjectModel::CGI::FreeFormPage);
 use ObjectModel::BasicPropertyDescriptor;
 use WineTestBot::Users;
 use WineTestBot::Utils;
-use WineTestBot::CGI::Sessions;
 
 
 sub _initialize($$$)




More information about the wine-cvs mailing list