summaryrefslogtreecommitdiff
path: root/tests/unittests/test_pathprefix2dict.py
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-23 17:13:03 +0100
committerDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-23 17:13:03 +0100
commitf9f97a734001b986b4f3be00a662de9218be71a7 (patch)
treee88fde8d48770dc765318251698b4f54a4666c6f /tests/unittests/test_pathprefix2dict.py
parent3cb605bf3cad72e692c154d41fb1e24b41033f2c (diff)
downloadvyos-cloud-init-f9f97a734001b986b4f3be00a662de9218be71a7.tar.gz
vyos-cloud-init-f9f97a734001b986b4f3be00a662de9218be71a7.zip
more import statements
Diffstat (limited to 'tests/unittests/test_pathprefix2dict.py')
-rw-r--r--tests/unittests/test_pathprefix2dict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_pathprefix2dict.py b/tests/unittests/test_pathprefix2dict.py
index c68c263c..cedb391a 100644
--- a/tests/unittests/test_pathprefix2dict.py
+++ b/tests/unittests/test_pathprefix2dict.py
@@ -1,7 +1,7 @@
from cloudinit import util
from mocker import MockerTestCase
-from tests.unittests.helpers import populate_dir
+from ..helpers import populate_dir
class TestPathPrefix2Dict(MockerTestCase):