summaryrefslogtreecommitdiffstats
path: root/result_collection_api/tornado_swagger_ui/tornado_swagger/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'result_collection_api/tornado_swagger_ui/tornado_swagger/views.py')
-rw-r--r--result_collection_api/tornado_swagger_ui/tornado_swagger/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/tornado_swagger_ui/tornado_swagger/views.py b/result_collection_api/tornado_swagger_ui/tornado_swagger/views.py
index 2a2a666..1882f00 100644
--- a/result_collection_api/tornado_swagger_ui/tornado_swagger/views.py
+++ b/result_collection_api/tornado_swagger_ui/tornado_swagger/views.py
@@ -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'