Module: tools Branch: master Commit: c9034c6afeee09ec6889998a5a07d6368e7e30e3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=c9034c6afeee09ec6889998a...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Mar 27 03:42:51 2018 +0200
testbot/web: Import WineTestBot::Utils for the statistics page.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/web/Stats.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl index 1467407..90f5463 100644 --- a/testbot/web/Stats.pl +++ b/testbot/web/Stats.pl @@ -26,6 +26,7 @@ use ObjectModel::Collection; use WineTestBot::Config; use WineTestBot::Activity; use WineTestBot::Log; +use WineTestBot::Utils; use WineTestBot::VMs;
@StatsPage::ISA = qw(ObjectModel::CGI::Page);