Module: tools Branch: master Commit: 4cb372688361401742ebb9291020b12c7277f88e URL: https://source.winehq.org/git/tools.git/?a=commit;h=4cb372688361401742ebb929... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Fri Feb 21 03:03:16 2020 +0100 testbot/Engine: Importing LogUtils is not necessary anymore. The log renaming code has been removed already. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/Engine.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl index a8fc2f0..48bb797 100755 --- a/testbot/bin/Engine.pl +++ b/testbot/bin/Engine.pl @@ -51,7 +51,6 @@ use WineTestBot::Engine::Notify; use WineTestBot::Engine::Scheduler; use WineTestBot::Jobs; use WineTestBot::Log; -use WineTestBot::LogUtils; # FIXME Temporary, for the log renaming use WineTestBot::Patches; use WineTestBot::PendingPatchSets; use WineTestBot::RecordGroups;