summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_maas.py
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-23 17:18:16 +0100
committerDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-23 17:18:16 +0100
commitdbe33d55259d488332783556877bc9f75e02285d (patch)
tree5ff232474fa70b82beac2bd7d954a57694d14d25 /tests/unittests/test_datasource/test_maas.py
parent0259fb81b4234d7ecb0bf5e232c7cf534c582299 (diff)
downloadvyos-cloud-init-dbe33d55259d488332783556877bc9f75e02285d.tar.gz
vyos-cloud-init-dbe33d55259d488332783556877bc9f75e02285d.zip
more
Diffstat (limited to 'tests/unittests/test_datasource/test_maas.py')
-rw-r--r--tests/unittests/test_datasource/test_maas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_maas.py b/tests/unittests/test_datasource/test_maas.py
index 73cfadcb..0b616c64 100644
--- a/tests/unittests/test_datasource/test_maas.py
+++ b/tests/unittests/test_datasource/test_maas.py
@@ -3,7 +3,7 @@ import os
from cloudinit.sources import DataSourceMAAS
from cloudinit import url_helper
-from tests.unittests.helpers import populate_dir
+from ...helpers import populate_dir
import mocker