summaryrefslogtreecommitdiff
path: root/tests/test_cfg.py
diff options
context:
space:
mode:
authorPetr Blaho <petrblaho@gmail.com>2014-06-12 14:07:33 +0200
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-07-09 08:01:21 -0400
commitb416b5d0111494becc85063b0a35d4317ccfb3b2 (patch)
treec6bff102136316d77f8fe41d46c392930aef0c7a /tests/test_cfg.py
parent020e68d8e8fe6af19bd55aa13363e2f402d0af41 (diff)
downloadoslo-config-b416b5d0111494becc85063b0a35d4317ccfb3b2.tar.gz
Changes imports order to pass H305, enables check
Changes imports order to pass H305 check with hacking 0.9.x Removes H305 check from ignore line in tox.ini Change-Id: I47bbe74f4178f46ea21fc37b69f53ea2d148a65e
Diffstat (limited to 'tests/test_cfg.py')
-rw-r--r--tests/test_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cfg.py b/tests/test_cfg.py
index 268565f..9e98391 100644
--- a/tests/test_cfg.py
+++ b/tests/test_cfg.py
@@ -22,12 +22,12 @@ import tempfile
import fixtures
import mock
+from oslotest import base
import six
from six import moves
import testscenarios
from oslo.config import cfg
-from oslotest import base
load_tests = testscenarios.load_tests_apply_scenarios