summaryrefslogtreecommitdiffstats
path: root/vnftest/cmd/commands/step.py
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-03-14 14:18:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-14 14:18:27 +0000
commit4951250edc384d1736669ec9f656ecca6aab5426 (patch)
treed690c086bd29339cb88bf18bbb3da3de13010ac6 /vnftest/cmd/commands/step.py
parentab3381d2e8a6207fa792d12ba516e5c6efa2dc27 (diff)
parent30497ac60f062adba7dae751110dd9fc87ef04db (diff)
Merge "Onboard package test case"
Diffstat (limited to 'vnftest/cmd/commands/step.py')
-rw-r--r--vnftest/cmd/commands/step.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftest/cmd/commands/step.py b/vnftest/cmd/commands/step.py
index 10ae913..90b3d68 100644
--- a/vnftest/cmd/commands/step.py
+++ b/vnftest/cmd/commands/step.py
@@ -17,7 +17,7 @@
from __future__ import print_function
from __future__ import absolute_import
-from vnftest.onap.core.step import Steps
+from vnftest.core.step import Steps
from vnftest.common.utils import cliargs
from vnftest.cmd.commands import change_osloobj_to_paras