summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-07 08:10:31 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-07 08:10:31 -0400
commitc83391555c0773a02dfd9fd482b3415c5bba4104 (patch)
tree870f3e46611a7141e91b8d131d48ee0b3d0fcfa3 /testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py
parente0d21baa9fc07a872f6264a95fbcb3ccb46d08f1 (diff)
downloadbcfg2-c83391555c0773a02dfd9fd482b3415c5bba4104.tar.gz
bcfg2-c83391555c0773a02dfd9fd482b3415c5bba4104.tar.bz2
bcfg2-c83391555c0773a02dfd9fd482b3415c5bba4104.zip
testsuite: fixed patch scoping issues in py3k
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py
index 01d7db067..1c0af33eb 100644
--- a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testinterfaces.py
@@ -16,7 +16,7 @@ while path != '/':
path = os.path.dirname(path)
from common import call, builtins, skip, skipIf, skipUnless, Bcfg2TestCase, \
patchIf, datastore
-from Testbase import TestPlugin
+from TestServer.TestPlugin.Testbase import TestPlugin
class TestGenerator(Bcfg2TestCase):
test_obj = Generator