diff options
Diffstat (limited to 'utils/test/result_collection_api/opnfv_testapi/cmd')
-rw-r--r-- | utils/test/result_collection_api/opnfv_testapi/cmd/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/opnfv_testapi/cmd/server.py b/utils/test/result_collection_api/opnfv_testapi/cmd/server.py index 1031fbbb3..9022b9aa1 100644 --- a/utils/test/result_collection_api/opnfv_testapi/cmd/server.py +++ b/utils/test/result_collection_api/opnfv_testapi/cmd/server.py @@ -35,7 +35,7 @@ import tornado.ioloop import motor from opnfv_testapi.common.config import APIConfig -from opnfv_testapi.tornado_swagger_ui.tornado_swagger import swagger +from opnfv_testapi.tornado_swagger import swagger from opnfv_testapi.router import url_mappings # optionally get config file from command line |