summaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 15ef51a5..4a65bea1 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -29,9 +29,10 @@
# License for the specific language governing permissions and limitations
# under the License.
-from keystone.common import utils
from keystone import test
+from keystone.common import utils
+
class UtilsTestCase(test.TestCase):
def test_hash(self):