Merge "Drop use of 'oslo' namespace package"
This commit is contained in:
commit
06c44a8710
@ -15,7 +15,7 @@
|
||||
# Default allowed headers
|
||||
import copy
|
||||
import logging
|
||||
from oslo.config import cfg
|
||||
from oslo_config import cfg
|
||||
from oslo_middleware import base
|
||||
import webob.dec
|
||||
import webob.exc
|
||||
|
@ -12,8 +12,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo.config import fixture
|
||||
from oslo_config import cfg
|
||||
from oslo_config import fixture
|
||||
from oslotest import base as test_base
|
||||
import webob
|
||||
import webob.dec
|
||||
|
Loading…
x
Reference in New Issue
Block a user