Update oslo-incubator importutils
importutils has graduated to oslo.utils The openstack/common/importutils.py remains while apiclient still uses it, and we still use apiclient Change-Id: I734ba72e755f1417611392c2324d6589d14ec62e
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from saharaclient.openstack.common import importutils
|
||||
from oslo.utils import importutils
|
||||
|
||||
|
||||
class UnsupportedVersion(Exception):
|
||||
|
||||
Reference in New Issue
Block a user