X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=utils%2Ftest%2Fresult_collection_api%2Ftornado_swagger_ui%2Ftornado_swagger%2Fhandlers.py;h=33c4b53be27a88a2bcc2c8822d715d243e94087c;hb=71e92404b9e6fdb266f688469cfcc87dd7df0612;hp=c9d49aea34a0414485ffbd8028943e771d8cfe8b;hpb=e7ef6ab77f53f59e5dcc9b22af6b5a880c3b4753;p=releng.git diff --git a/utils/test/result_collection_api/tornado_swagger_ui/tornado_swagger/handlers.py b/utils/test/result_collection_api/tornado_swagger_ui/tornado_swagger/handlers.py index c9d49aea3..33c4b53be 100644 --- a/utils/test/result_collection_api/tornado_swagger_ui/tornado_swagger/handlers.py +++ b/utils/test/result_collection_api/tornado_swagger_ui/tornado_swagger/handlers.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- from tornado.web import URLSpec, StaticFileHandler -from tornado_swagger.settings import * -from tornado_swagger.views import * +from settings import * +from views import * __author__ = 'serena'