From abadd4c0bbc15bbf73e58c02a8f4a61f2a419f7a Mon Sep 17 00:00:00 2001 From: Vijayendra Radhakrishna Date: Mon, 19 Dec 2016 12:26:07 +0530 Subject: Follow OpenStack guidelines on imports - Imports are changed as per doc below although it's not a pep8/flake8 violation - http://docs.openstack.org/developer/hacking/#imports Change-Id: I89b1ec8f1eba9145f24507fb0f610e5f74c86ce8 Signed-off-by: Vijayendra Radhakrishna --- sfc/tests/functest/sfc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfc/tests/functest/sfc.py') diff --git a/sfc/tests/functest/sfc.py b/sfc/tests/functest/sfc.py index 04d12cfb..a4f5b37f 100644 --- a/sfc/tests/functest/sfc.py +++ b/sfc/tests/functest/sfc.py @@ -14,11 +14,11 @@ import sys import threading import functest.utils.functest_logger as ft_logger -import functest.utils.openstack_utils as os_utils import functest.utils.openstack_tacker as os_tacker +import functest.utils.openstack_utils as os_utils import opnfv.utils.ovs_logger as ovs_log -import sfc.lib.utils as test_utils import sfc.lib.config as sfc_config +import sfc.lib.utils as test_utils from sfc.lib.results import Results -- cgit 1.2.3-korg