summaryrefslogtreecommitdiffstats
path: root/keystone/common
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-01-03 17:58:48 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-01-11 09:05:11 +0800
commit9af1d7bebd04a5cebefbaa6f6f9885cd33e2bbd7 (patch)
treefb9d9b88d0a4d7e362c766bc31667e30b62e53a9 /keystone/common
parent0c21f3d156b00ec78abb79478d921998498b3463 (diff)
Fixes import order nits
Change-Id: I5a527e0f5010171a202de5894d124d213d22a073
Diffstat (limited to 'keystone/common')
-rw-r--r--keystone/common/controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/controller.py b/keystone/common/controller.py
index 58164338..f9ce0b46 100644
--- a/keystone/common/controller.py
+++ b/keystone/common/controller.py
@@ -1,5 +1,5 @@
-import uuid
import functools
+import uuid
from keystone.common import dependency
from keystone.common import logging