Do not import using oslo namespace
This doesn't work with oslo.utils 2.0.0 Change-Id: I7f938ab0e6829fb80056cc2834cd27b3f322f417
This commit is contained in:
parent
6486c9482c
commit
7feae82881
@ -19,7 +19,7 @@ import os
|
||||
import tempfile
|
||||
|
||||
from oslo_log import log as logging
|
||||
from oslo.utils import excutils
|
||||
from oslo_utils import excutils
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
@ -37,8 +37,8 @@ import inspect
|
||||
import itertools
|
||||
import json
|
||||
|
||||
from oslo.utils import importutils
|
||||
from oslo.utils import timeutils
|
||||
from oslo_utils import importutils
|
||||
from oslo_utils import timeutils
|
||||
import six
|
||||
import six.moves.xmlrpc_client as xmlrpclib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user