[Tools] testbot/web: Remove an unneeded import directive.
Francois Gouget <[email protected]> Mon, 20 Nov 2017 12:39:59 +0100 (CET)
| Newsgroups | gmane.comp.emulators.wine.patches |
|---|---|
| Message-ID | <E1eGkQh-0005kK-Kp@amboise> |
Signed-off-by: Francois Gouget <[email protected]> --- testbot/web/JobDetails.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl index a9bb2318..41a0fe35 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); -- 2.14.2