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/tests/structures.py | |
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/tests/structures.py')
-rw-r--r-- | ice_validator/tests/structures.py | 2 |
1 files changed, 1 insertions, 1 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" |