summaryrefslogtreecommitdiff
path: root/oslo_db/concurrency.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-01-21 18:23:56 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-01-21 18:23:56 -0500
commitc0a43732e8a46c3e7fe4a0328aa3ed61239c0a1f (patch)
treee54bda7f0639971fbdf0cb6e8a4846f99590ce0f /oslo_db/concurrency.py
parent67c6f02bb9cff33320a2a92ec3dff41c7ac75337 (diff)
downloadoslo-db-c0a43732e8a46c3e7fe4a0328aa3ed61239c0a1f.tar.gz
Update Oslo imports to remove namespace package
Change-Id: I4ec9b2a310471e4e07867073e9577731ac34027d Blueprint: drop-namespace-packages
Diffstat (limited to 'oslo_db/concurrency.py')
-rw-r--r--oslo_db/concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/concurrency.py b/oslo_db/concurrency.py
index 2c59623..07ede0a 100644
--- a/oslo_db/concurrency.py
+++ b/oslo_db/concurrency.py
@@ -17,7 +17,7 @@ import copy
import logging
import threading
-from oslo.config import cfg
+from oslo_config import cfg
from oslo_db._i18n import _LE
from oslo_db import api