diff options
author | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-07-23 17:25:35 +0100 |
---|---|---|
committer | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-07-23 17:25:35 +0100 |
commit | 330d35b85bbf0ae90427e4949a18b132378eadbc (patch) | |
tree | 7a6dd0b7bd1220ce46267e20f3c7ad85e99f7d96 /tests/unittests/test_runs/test_simple_run.py | |
parent | dbe33d55259d488332783556877bc9f75e02285d (diff) | |
download | vyos-cloud-init-330d35b85bbf0ae90427e4949a18b132378eadbc.tar.gz vyos-cloud-init-330d35b85bbf0ae90427e4949a18b132378eadbc.zip |
more
Diffstat (limited to 'tests/unittests/test_runs/test_simple_run.py')
-rw-r--r-- | tests/unittests/test_runs/test_simple_run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_runs/test_simple_run.py b/tests/unittests/test_runs/test_simple_run.py index 9a7178d1..c9ba949e 100644 --- a/tests/unittests/test_runs/test_simple_run.py +++ b/tests/unittests/test_runs/test_simple_run.py @@ -1,6 +1,6 @@ import os -from tests.unittests import helpers +from .. import helpers from cloudinit.settings import (PER_INSTANCE) from cloudinit import stages |