Francois Gouget : testbot: Remove an unneeded Item import in WineTestBotObjects.
Module: tools Branch: master Commit: dce0dc6084a5964dfa611d1b8008f4009a487155 URL: https://source.winehq.org/git/tools.git/?a=commit;h=dce0dc6084a5964dfa611d1b... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Apr 26 23:57:51 2018 +0200 testbot: Remove an unneeded Item import in WineTestBotObjects. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/lib/WineTestBot/WineTestBotObjects.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/testbot/lib/WineTestBot/WineTestBotObjects.pm b/testbot/lib/WineTestBot/WineTestBotObjects.pm index ba84805..d559a76 100644 --- a/testbot/lib/WineTestBot/WineTestBotObjects.pm +++ b/testbot/lib/WineTestBot/WineTestBotObjects.pm @@ -51,7 +51,6 @@ use ObjectModel::Collection; our @ISA = qw(ObjectModel::Collection); use ObjectModel::BackEnd; -use ObjectModel::Item; use WineTestBot::Config; sub GetBackEnd($)
participants (1)
-
Alexandre Julliard