diff options
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/lockutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/lockutils.py b/openstack/common/lockutils.py index a342938..40741ca 100644 --- a/openstack/common/lockutils.py +++ b/openstack/common/lockutils.py @@ -27,8 +27,8 @@ import weakref from eventlet import semaphore from openstack.common import cfg -from openstack.common.gettextutils import _ from openstack.common import fileutils +from openstack.common.gettextutils import _ from openstack.common import log as logging |
