Francois Gouget : testbot/web: Remove unneeded imports from the Submit page.
Module: tools Branch: master Commit: 5d3a4e575d33d4bac1198b71641e8ed63b783d75 URL: https://source.winehq.org/git/tools.git/?a=commit;h=5d3a4e575d33d4bac1198b71... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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;
participants (1)
-
Alexandre Julliard