summaryrefslogtreecommitdiff
path: root/tests/unittests/test_data.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_data.py
parent3cb605bf3cad72e692c154d41fb1e24b41033f2c (diff)
downloadvyos-cloud-init-f9f97a734001b986b4f3be00a662de9218be71a7.tar.gz
vyos-cloud-init-f9f97a734001b986b4f3be00a662de9218be71a7.zip
more import statements
Diffstat (limited to 'tests/unittests/test_data.py')
-rw-r--r--tests/unittests/test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_data.py b/tests/unittests/test_data.py
index 68729c57..41d0dc29 100644
--- a/tests/unittests/test_data.py
+++ b/tests/unittests/test_data.py
@@ -20,7 +20,7 @@ from cloudinit import util
INSTANCE_ID = "i-testing"
-from tests.unittests import helpers
+from . import helpers
class FakeDataSource(sources.DataSource):