diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2015-01-28 05:25:24 -0700 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2015-02-25 17:38:34 +0000 |
| commit | 1186cb4c9f1a35a9f82e3e68612b31759a47a152 (patch) | |
| tree | 84113152aa9bf059ad8444218ae7bedefaf42f47 /openstackclient/common/utils.py | |
| parent | 9400effd4b7653045657630e0909b3dc303ec59e (diff) | |
| download | python-openstackclient-1186cb4c9f1a35a9f82e3e68612b31759a47a152.tar.gz | |
change oslo namespace to avoid warning
Change-Id: Ieff86f841623e1ce34b79c66bc5e8b1b239fa3e9
Diffstat (limited to 'openstackclient/common/utils.py')
| -rw-r--r-- | openstackclient/common/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 01a40e74..c800b4cf 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -21,7 +21,7 @@ import os import six import time -from oslo.utils import importutils +from oslo_utils import importutils from openstackclient.common import exceptions |
