Francois Gouget : testbot: Remove an unneeded WineTestBot::CGI:: Sessions import.
Module: tools Branch: master Commit: 4144ede4d049b2d66c8fb71d86f72c31c8823401 URL: https://source.winehq.org/git/tools.git/?a=commit;h=4144ede4d049b2d66c8fb71d... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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($$$)
participants (1)
-
Alexandre Julliard