summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/opnfv_testapi/resources/project_models.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-05-11 10:26:59 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-11 10:26:59 +0000
commitaa7d754bebbf6b20e6a14609372bf36a9059a269 (patch)
tree3f0057eec97e75056af65837db6e4421a87424b9 /utils/test/testapi/opnfv_testapi/resources/project_models.py
parent858fada30fc828dc0caaae3b13eea4b8c445fadb (diff)
parent2458c2bfaae2cdd37dbc4d8fb88e45645c2baf57 (diff)
Merge "correct the import impl of TestAPI"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/resources/project_models.py')
-rw-r--r--utils/test/testapi/opnfv_testapi/resources/project_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/testapi/opnfv_testapi/resources/project_models.py b/utils/test/testapi/opnfv_testapi/resources/project_models.py
index f7323c1c4..3243882bd 100644
--- a/utils/test/testapi/opnfv_testapi/resources/project_models.py
+++ b/utils/test/testapi/opnfv_testapi/resources/project_models.py
@@ -6,7 +6,7 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-import models
+from opnfv_testapi.resources import models
from opnfv_testapi.tornado_swagger import swagger