summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestStatistics.py (renamed from testsuite/Testsrc/Testlib/TestStatistics.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestStatistics.py b/testsuite/Testsrc/Testlib/TestServer/TestStatistics.py
index 496cbac28..bf918ef76 100644
--- a/testsuite/Testsrc/Testlib/TestStatistics.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestStatistics.py
@@ -13,7 +13,7 @@ while path != "/":
path = os.path.dirname(path)
from common import *
-from Bcfg2.Statistics import *
+from Bcfg2.Server.Statistics import *
class TestStatistic(Bcfg2TestCase):