Remove openstack.common.importutils

This module now lives in oslo.utils, so import it from there.

Change-Id: I41fa4897fc820596fb010336044ff4c493017d5a
This commit is contained in:
Louis Taylor
2015-01-06 15:13:14 +00:00
parent b818826420
commit 878bdcbdbc
5 changed files with 3 additions and 77 deletions
+1 -1
View File
@@ -30,13 +30,13 @@ import sys
import traceback
from oslo.utils import encodeutils
from oslo.utils import importutils
import six.moves.urllib.parse as urlparse
import glanceclient
from glanceclient.common import utils
from glanceclient import exc
from glanceclient.openstack.common.gettextutils import _
from glanceclient.openstack.common import importutils
from keystoneclient.auth.identity import v2 as v2_auth
from keystoneclient.auth.identity import v3 as v3_auth