Switch from oslo.config to oslo_config

final change to remove oslo.* usage in oslo-incubator

Change-Id: Idb68321fbe82f1f063f88b5b355ae89ec7938053
This commit is contained in:
Davanum Srinivas 2015-02-13 14:18:58 -05:00
parent a65913de84
commit 91d918ab2f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import threading
import greenlet
import mock
from oslo.config import cfg
from oslo_config import cfg
from oslotest import base
from openstack.common.report.generators import conf as os_cgen