summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-20 08:44:59 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-20 08:44:59 -0400
commit440ba6f04c73a08df9ed7eb374f71115d6bdeb21 (patch)
treebed14e451232e260821959e199fc6b740e8325bd /testsuite
parent35cd270f7d7579e57ef68a848af615f4d0778ec1 (diff)
downloadbcfg2-440ba6f04c73a08df9ed7eb374f71115d6bdeb21.tar.gz
bcfg2-440ba6f04c73a08df9ed7eb374f71115d6bdeb21.tar.bz2
bcfg2-440ba6f04c73a08df9ed7eb374f71115d6bdeb21.zip
testsuite: updated Statistics tests with new library location
Diffstat (limited to 'testsuite')
-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):