Module: tools Branch: master Commit: a6248ca540b55f59287e4cde4d5591c03f712e00 URL: http://source.winehq.org/git/tools.git/?a=commit;h=a6248ca540b55f59287e4cde4... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Nov 20 12:39:59 2017 +0100 testbot/web: Remove an unneeded import directive. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/web/JobDetails.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl index a9bb231..41a0fe3 100644 --- a/testbot/web/JobDetails.pl +++ b/testbot/web/JobDetails.pl @@ -28,7 +28,6 @@ use WineTestBot::Config; use WineTestBot::Jobs; use WineTestBot::StepsTasks; use WineTestBot::Engine::Notify; -use WineTestBot::Log; @JobDetailsPage::ISA = qw(ObjectModel::CGI::CollectionPage);