summaryrefslogtreecommitdiff
path: root/tests/unit/test_swift_store.py
diff options
context:
space:
mode:
authorLouis Taylor <kragniz@gmail.com>2015-01-12 14:46:48 +0000
committerLouis Taylor <kragniz@gmail.com>2015-01-12 14:47:34 +0000
commit3adc94ed14fdf52c3520129c51e665a859b43eea (patch)
tree0e162af9720d75a10cac5b2aafd5f343efb94d5e /tests/unit/test_swift_store.py
parent94554c606f86a714ad34d62ceff2af1ed00748c7 (diff)
downloadglance_store-3adc94ed14fdf52c3520129c51e665a859b43eea.tar.gz
Move from oslo.config to oslo_config
oslo_config was moved out of the oslo namespace in oslo.config>=1.6.0. This updates the required version of oslo.config. Related-to: blueprint drop-namespace-packages Change-Id: I18f86c4f2838a14de344ef7887353ca0b5f1a1dd
Diffstat (limited to 'tests/unit/test_swift_store.py')
-rw-r--r--tests/unit/test_swift_store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_swift_store.py b/tests/unit/test_swift_store.py
index b36ef19..992236d 100644
--- a/tests/unit/test_swift_store.py
+++ b/tests/unit/test_swift_store.py
@@ -24,7 +24,7 @@ import tempfile
import uuid
import httpretty
-from oslo.config import cfg
+from oslo_config import cfg
from oslo_utils import units
from oslotest import moxstubout
import six