From 2458c2bfaae2cdd37dbc4d8fb88e45645c2baf57 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 10 May 2017 11:39:42 +0800 Subject: correct the import impl of TestAPI Change-Id: Ia721ff61e02b1819c32d228f5f8910364c139c8a Signed-off-by: SerenaFeng --- utils/test/testapi/opnfv_testapi/common/check.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/test/testapi/opnfv_testapi/common/check.py') diff --git a/utils/test/testapi/opnfv_testapi/common/check.py b/utils/test/testapi/opnfv_testapi/common/check.py index be4b1df12..4d9902cd0 100644 --- a/utils/test/testapi/opnfv_testapi/common/check.py +++ b/utils/test/testapi/opnfv_testapi/common/check.py @@ -8,9 +8,11 @@ ############################################################################## import functools -from tornado import web, gen +from tornado import gen +from tornado import web -from opnfv_testapi.common import raises, message +from opnfv_testapi.common import message +from opnfv_testapi.common import raises def authenticate(method): -- cgit 1.2.3-korg