summaryrefslogtreecommitdiff
path: root/novaclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/shell.py')
-rw-r--r--novaclient/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/novaclient/shell.py b/novaclient/shell.py
index 439a98d9..4e7b5c96 100644
--- a/novaclient/shell.py
+++ b/novaclient/shell.py
@@ -33,8 +33,8 @@ from keystoneclient.auth.identity.generic import password
from keystoneclient.auth.identity.generic import token
from keystoneclient.auth.identity import v3 as identity
from keystoneclient import session as ksession
-from oslo.utils import encodeutils
-from oslo.utils import strutils
+from oslo_utils import encodeutils
+from oslo_utils import strutils
import pkg_resources
import six