From 2458c2bfaae2cdd37dbc4d8fb88e45645c2baf57 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 10 May 2017 11:39:42 +0800 Subject: correct the import impl of TestAPI Change-Id: Ia721ff61e02b1819c32d228f5f8910364c139c8a Signed-off-by: SerenaFeng --- utils/test/testapi/opnfv_testapi/resources/scenario_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/test/testapi/opnfv_testapi/resources/scenario_models.py') diff --git a/utils/test/testapi/opnfv_testapi/resources/scenario_models.py b/utils/test/testapi/opnfv_testapi/resources/scenario_models.py index b84accf4d..467cff241 100644 --- a/utils/test/testapi/opnfv_testapi/resources/scenario_models.py +++ b/utils/test/testapi/opnfv_testapi/resources/scenario_models.py @@ -1,4 +1,4 @@ -import models +from opnfv_testapi.resources import models from opnfv_testapi.tornado_swagger import swagger -- cgit 1.2.3-korg