diff options
author | stark, steven <steven.stark@att.com> | 2020-04-08 15:06:46 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-04-08 15:06:46 -0700 |
commit | 5a9ec733d574ae7d2cd40e01e67d0e1791b7a804 (patch) | |
tree | a470e9c026f7cac90aacf7463ce2eb1811bbc8ff /ice_validator | |
parent | e50fa8735f6211d9748061a50aea382f62d9d6b4 (diff) |
[VVP] fixing relative imports for VVP
Issue-ID: VVP-400
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I7d5c172a6f386a1d5b30bf82ddb9dafa3395b527
Diffstat (limited to 'ice_validator')
-rw-r--r-- | ice_validator/tests/structures.py | 2 | ||||
-rw-r--r-- | ice_validator/tests/utils/ports.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py index 535eeac..362076d 100644 --- a/ice_validator/tests/structures.py +++ b/ice_validator/tests/structures.py @@ -44,7 +44,7 @@ import sys from tests import cached_yaml as yaml from tests.helpers import load_yaml, get_param -from .utils import nested_dict +from tests.utils import nested_dict VERSION = "4.2.0" diff --git a/ice_validator/tests/utils/ports.py b/ice_validator/tests/utils/ports.py index 4dbbb4f..d57625d 100644 --- a/ice_validator/tests/utils/ports.py +++ b/ice_validator/tests/utils/ports.py @@ -38,7 +38,7 @@ # from tests.structures import Heat from tests.helpers import parameter_type_to_heat_type, prop_iterator -from . import nested_dict +from tests.utils import nested_dict AAP_EXEMPT_CAVEAT = ( |