summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/resources/models.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-10 11:39:42 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-10 11:39:42 +0800
commit71a3c218ef53459fca53b0e1cc31d5f726e5b436 (patch)
treefabe167648e5ddc1c910615bbfc41f380dd1e8aa /testapi/opnfv_testapi/resources/models.py
parentd12a70a7eebf025b90f46eaa8a5fee38ecadc518 (diff)
correct the import impl of TestAPI
Change-Id: Ia721ff61e02b1819c32d228f5f8910364c139c8a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/resources/models.py')
-rw-r--r--testapi/opnfv_testapi/resources/models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testapi/opnfv_testapi/resources/models.py b/testapi/opnfv_testapi/resources/models.py
index 0ea482f..e8fc532 100644
--- a/testapi/opnfv_testapi/resources/models.py
+++ b/testapi/opnfv_testapi/resources/models.py
@@ -14,9 +14,8 @@
# feng.xiaowei@zte.com.cn mv TestResut to result_models.py 5-23-2016
# feng.xiaowei@zte.com.cn add ModelBase 12-20-2016
##############################################################################
-import copy
import ast
-
+import copy
from opnfv_testapi.tornado_swagger import swagger