Remove leftover oslo.config reference

There was still a reference to the oslo.config namespace package
in _drivers/base.py.  This converts it to the new package name.

Change-Id: I9c3878094bcf8015c30d87f693f51e0d48b31a33
This commit is contained in:
Ben Nemec 2015-06-04 00:06:40 +00:00
parent 5b4038ce37
commit 94bb8adfd0

View File

@ -17,7 +17,7 @@ import abc
import six
from oslo.config import cfg
from oslo_config import cfg
from oslo_messaging import exceptions
base_opts = [