diff options
author | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-07-23 17:18:16 +0100 |
---|---|---|
committer | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-07-23 17:18:16 +0100 |
commit | dbe33d55259d488332783556877bc9f75e02285d (patch) | |
tree | 5ff232474fa70b82beac2bd7d954a57694d14d25 /tests/unittests/test_datasource/test_openstack.py | |
parent | 0259fb81b4234d7ecb0bf5e232c7cf534c582299 (diff) | |
download | vyos-cloud-init-dbe33d55259d488332783556877bc9f75e02285d.tar.gz vyos-cloud-init-dbe33d55259d488332783556877bc9f75e02285d.zip |
more
Diffstat (limited to 'tests/unittests/test_datasource/test_openstack.py')
-rw-r--r-- | tests/unittests/test_datasource/test_openstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_openstack.py b/tests/unittests/test_datasource/test_openstack.py index 3a64430a..c5298aaa 100644 --- a/tests/unittests/test_datasource/test_openstack.py +++ b/tests/unittests/test_datasource/test_openstack.py @@ -24,7 +24,7 @@ from StringIO import StringIO from urlparse import urlparse -from tests.unittests import helpers as test_helpers +from .. import helpers as test_helpers from cloudinit import helpers from cloudinit import settings |