summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/s3.py
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/_drivers/s3.py
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/_drivers/s3.py')
-rw-r--r--glance_store/_drivers/s3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glance_store/_drivers/s3.py b/glance_store/_drivers/s3.py
index ae7c3c6..ef3ced1 100644
--- a/glance_store/_drivers/s3.py
+++ b/glance_store/_drivers/s3.py
@@ -26,8 +26,8 @@ import urlparse
import boto.exception
import eventlet
from oslo.config import cfg
-from oslo.utils import netutils
-from oslo.utils import units
+from oslo_utils import netutils
+from oslo_utils import units
import six
import glance_store