diff options
Diffstat (limited to 'functest/opnfv_tests/vnf/rnc/parser.py')
-rw-r--r-- | functest/opnfv_tests/vnf/rnc/parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/rnc/parser.py b/functest/opnfv_tests/vnf/rnc/parser.py index 1cff7220..905d51e8 100644 --- a/functest/opnfv_tests/vnf/rnc/parser.py +++ b/functest/opnfv_tests/vnf/rnc/parser.py @@ -15,7 +15,7 @@ # limitations under the License. # -import functest.core.feature_base as base +import functest.core.feature as base class Parser(base.FeatureBase): |