summaryrefslogtreecommitdiff
path: root/glance_store/common
diff options
context:
space:
mode:
authorLouis Taylor <kragniz@gmail.com>2015-01-09 19:20:39 +0000
committerLouis Taylor <kragniz@gmail.com>2015-01-09 20:16:20 +0000
commit94554c606f86a714ad34d62ceff2af1ed00748c7 (patch)
treee9e57592ddc0f242f52c56bd9d3b0eb5e5c3eeea /glance_store/common
parentd8b29e41fab59a55f683331ba37b398760497507 (diff)
downloadglance_store-94554c606f86a714ad34d62ceff2af1ed00748c7.tar.gz
Move from oslo.utils to oslo_utils
oslo_utils has been moved out of the oslo namespace. bp drop-namespace-packages Change-Id: Id4ccf076983592026d35407107e79cf1575248ce
Diffstat (limited to 'glance_store/common')
-rw-r--r--glance_store/common/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/common/utils.py b/glance_store/common/utils.py
index 6c0a2d4..48618dc 100644
--- a/glance_store/common/utils.py
+++ b/glance_store/common/utils.py
@@ -25,7 +25,7 @@ try:
from eventlet import sleep
except ImportError:
from time import sleep
-from oslo.utils import encodeutils
+from oslo_utils import encodeutils
import six