summaryrefslogtreecommitdiff
path: root/tests/test_cfg.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-07-28 13:48:29 +0900
committerZhongyue Luo <zhongyue.nah@intel.com>2013-07-28 13:49:43 +0900
commit8470e71e8b0fab7db9a73ddaf4b122c592ed6d60 (patch)
tree9677299e8d511a99864029183e13f46da6e82b90 /tests/test_cfg.py
parent115e73801f2e2c80006dc11f61599029794f7541 (diff)
downloadoslo-config-8470e71e8b0fab7db9a73ddaf4b122c592ed6d60.tar.gz
Fixes six imports
Change-Id: I4ee63d990bf95d74cadd1d65ad75f7fe26cc8fbd
Diffstat (limited to 'tests/test_cfg.py')
-rw-r--r--tests/test_cfg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cfg.py b/tests/test_cfg.py
index 8f801c7..1235ca0 100644
--- a/tests/test_cfg.py
+++ b/tests/test_cfg.py
@@ -20,11 +20,11 @@ import sys
import tempfile
import fixtures
+import six
+from six import moves
import testscenarios
from oslo.config import cfg
-import six
-from six import moves
from tests import utils
load_tests = testscenarios.load_tests_apply_scenarios