tornado_swagger_ui support query operation in "GET" method, and support methods in...
[releng.git] / utils / test / result_collection_api / tornado_swagger_ui / tornado_swagger / views.py
index 2a2a666..1882f00 100644 (file)
@@ -5,7 +5,7 @@ import json
 import inspect
 import tornado.web
 import tornado.template
-from tornado_swagger.settings import SWAGGER_VERSION, URL_SWAGGER_API_LIST, URL_SWAGGER_API_SPEC, models
+from settings import SWAGGER_VERSION, URL_SWAGGER_API_LIST, URL_SWAGGER_API_SPEC, models
 
 __author__ = 'serena'