Do not import using oslo namespace

This doesn't work with oslo.utils 2.0.0

Change-Id: I7f938ab0e6829fb80056cc2834cd27b3f322f417
This commit is contained in:
Adam Coldrick 2015-08-13 10:59:49 +00:00
parent 6486c9482c
commit 7feae82881
2 changed files with 3 additions and 3 deletions

View File

@ -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__)

View File

@ -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