summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-22 15:31:11 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-22 15:31:11 -0400
commitfecf05988cac14676650bcaa22630ec321680cab (patch)
treec11fb5c7d983929055688f8b7aeeea8027cc455e /testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py
parent2b898c094a88f99e987f48a7d116d4a6009b456c (diff)
downloadbcfg2-fecf05988cac14676650bcaa22630ec321680cab.tar.gz
bcfg2-fecf05988cac14676650bcaa22630ec321680cab.tar.bz2
bcfg2-fecf05988cac14676650bcaa22630ec321680cab.zip
fixed imports from test common
Diffstat (limited to 'testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py')
-rw-r--r--testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py
index 5b0d0eff0..1130199b4 100644
--- a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py
+++ b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py
@@ -7,7 +7,8 @@ from .Test__init import get_posix_object
from .Testbase import TestPOSIXTool
# python 2.5 can't import * from relative imports
from .....common import XI_NAMESPACE, XI, inPy3k, call, builtins, u, can_skip, \
- skip, skipIf, skipUnless, Bcfg2TestCase, DBModelTestCase, syncdb, patchIf
+ skip, skipIf, skipUnless, Bcfg2TestCase, DBModelTestCase, syncdb, \
+ patchIf, datastore
class TestPOSIXDevice(TestPOSIXTool):
test_obj = POSIXDevice