diff options
Diffstat (limited to 'openstackclient/compute/client.py')
| -rw-r--r-- | openstackclient/compute/client.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index aa4c431f..a83700db 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -16,10 +16,11 @@ import logging from osc_lib import exceptions +from osc_lib import utils -from openstackclient.common import utils from openstackclient.i18n import _ + LOG = logging.getLogger(__name__) DEFAULT_API_VERSION = '2' |
