From 5a70780d9bb105f8aef312d67cf1ec2e3751f0c3 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 1 Jun 2016 17:36:45 +0800 Subject: change the usage of tornado_swagger package changes: move tornado_swagger package out of tornado_swagger_ui remove tornado_swagger_ui modify files that import tornado_swagger originally: opnfv_testapi.tornado_swagger_ui.tornado_swagger to: opnfv_testapi.tornado_swagger modify setup.cfg to delete tornado_swagger_ui prefix JIRA: FUNCTEST-286 Change-Id: I1e8972e4fbe26ad3a5d945f3aed6783d0b666a5f Signed-off-by: SerenaFeng --- result_collection_api/opnfv_testapi/tornado_swagger/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 result_collection_api/opnfv_testapi/tornado_swagger/__init__.py (limited to 'result_collection_api/opnfv_testapi/tornado_swagger/__init__.py') diff --git a/result_collection_api/opnfv_testapi/tornado_swagger/__init__.py b/result_collection_api/opnfv_testapi/tornado_swagger/__init__.py new file mode 100644 index 0000000..031a4a2 --- /dev/null +++ b/result_collection_api/opnfv_testapi/tornado_swagger/__init__.py @@ -0,0 +1,4 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +__author__ = 'serena' -- cgit 1.2.3-korg