X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=client%2Fescalatorclient%2Fcommon%2Futils.py;fp=client%2Fescalatorclient%2Fcommon%2Futils.py;h=0156d315e1280b63a465419c78a28a4e5daa6794;hb=74c631c6dae08d463f0d4c3953a1addcb187d090;hp=6ebffe00a16797ecdf07c30c2aae9d33ab0bf7c3;hpb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;p=escalator.git diff --git a/client/escalatorclient/common/utils.py b/client/escalatorclient/common/utils.py index 6ebffe0..0156d31 100644 --- a/client/escalatorclient/common/utils.py +++ b/client/escalatorclient/common/utils.py @@ -23,13 +23,13 @@ import re import sys import threading import uuid -from oslo.utils import encodeutils -from oslo.utils import strutils +from oslo_utils import encodeutils +from oslo_utils import strutils import prettytable import six from escalatorclient import exc -from oslo.utils import importutils +from oslo_utils import importutils if os.name == 'nt': import msvcrt