summaryrefslogtreecommitdiffstats
path: root/openstack/common/db
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-02-26 14:59:04 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-02-26 15:02:33 +0800
commitbf6c0871d737da802fbb2e70d2481712ac94a1bd (patch)
treedc61d4f4f468362c7ded341ce56fcf0689db023b /openstack/common/db
parent64a1e26a8acd422b7e216a2578d4b140fdf49c80 (diff)
downloadoslo-bf6c0871d737da802fbb2e70d2481712ac94a1bd.tar.gz
oslo-bf6c0871d737da802fbb2e70d2481712ac94a1bd.tar.xz
oslo-bf6c0871d737da802fbb2e70d2481712ac94a1bd.zip
Fixes import order nits
Change-Id: I6085bb4a0b990985c8f7a013c89b7d5acafdf312
Diffstat (limited to 'openstack/common/db')
-rw-r--r--openstack/common/db/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/db/api.py b/openstack/common/db/api.py
index 407790d..5603bb5 100644
--- a/openstack/common/db/api.py
+++ b/openstack/common/db/api.py
@@ -39,8 +39,8 @@ import functools
from oslo.config import cfg
-from openstack.common import lockutils
from openstack.common import importutils
+from openstack.common import lockutils
db_opts = [