diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-04-20 22:42:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-04-20 22:42:54 +0000 |
| commit | 5eab1430f2a7a91e2df22405913f328c9870b2e3 (patch) | |
| tree | 78e928775a6a13d41ba2983de9d088b12dcb47c0 /novaclient/shell.py | |
| parent | 2b1f70c4ff6dc609a1c719673fb9ff4914211356 (diff) | |
| parent | ccff3d3c948c1b0b3ce28f6928e39915b16d80ee (diff) | |
| download | python-novaclient-2.24.0.tar.gz | |
Merge "Remove all imports from oslo namespace"2.24.0
Diffstat (limited to 'novaclient/shell.py')
| -rw-r--r-- | novaclient/shell.py | 4 |
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 |
