From 5a9ec733d574ae7d2cd40e01e67d0e1791b7a804 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 8 Apr 2020 15:06:46 -0700 Subject: [PATCH] [VVP] fixing relative imports for VVP Issue-ID: VVP-400 Signed-off-by: stark, steven Change-Id: I7d5c172a6f386a1d5b30bf82ddb9dafa3395b527 --- ice_validator/tests/structures.py | 2 +- 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 = ( -- 2.16.6