summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestOptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestOptions.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestOptions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/Testsrc/Testlib/TestOptions.py b/testsuite/Testsrc/Testlib/TestOptions.py
index e20a320b1..dc91a499b 100644
--- a/testsuite/Testsrc/Testlib/TestOptions.py
+++ b/testsuite/Testsrc/Testlib/TestOptions.py
@@ -13,9 +13,7 @@ while path != '/':
if os.path.basename(path) == "testsuite":
break
path = os.path.dirname(path)
-from common import XI_NAMESPACE, XI, inPy3k, call, builtins, u, can_skip, \
- skip, skipIf, skipUnless, Bcfg2TestCase, DBModelTestCase, syncdb, \
- patchIf, datastore
+from common import *
class TestDefaultConfigParser(Bcfg2TestCase):
@patch("%s.ConfigParser.get" % ConfigParser.__name__)