summaryrefslogtreecommitdiff
path: root/tests/unittests/test_pathprefix2dict.py
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-23 17:16:07 +0100
committerDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-23 17:16:07 +0100
commit0259fb81b4234d7ecb0bf5e232c7cf534c582299 (patch)
tree9fa5816e0b90547ab05018b4ac550f2d7f7c2f1b /tests/unittests/test_pathprefix2dict.py
parentf9f97a734001b986b4f3be00a662de9218be71a7 (diff)
downloadvyos-cloud-init-0259fb81b4234d7ecb0bf5e232c7cf534c582299.tar.gz
vyos-cloud-init-0259fb81b4234d7ecb0bf5e232c7cf534c582299.zip
more
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 cedb391a..590c4b82 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 ..helpers import populate_dir
+from .helpers import populate_dir
class TestPathPrefix2Dict(MockerTestCase):