diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 06:45:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 06:45:17 +0000 |
| commit | 2c92b60f457a16c315b6286592e9fee534bd4b3d (patch) | |
| tree | 03c50c81ff83d5f22b764ece1b9a5c966f6f7748 /openstackclient/common/module.py | |
| parent | 287fe3610af6297b654dc30ee587aa0f7eecaeaa (diff) | |
| parent | 9e2b8e67307e739008307e977ce545d49d0956a6 (diff) | |
| download | python-openstackclient-2c92b60f457a16c315b6286592e9fee534bd4b3d.tar.gz | |
Merge "osc-lib: command"
Diffstat (limited to 'openstackclient/common/module.py')
| -rw-r--r-- | openstackclient/common/module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/module.py b/openstackclient/common/module.py index 91e779fb..7c5fcd55 100644 --- a/openstackclient/common/module.py +++ b/openstackclient/common/module.py @@ -17,10 +17,10 @@ import sys +from osc_lib.command import command from osc_lib import utils import six -from openstackclient.common import command from openstackclient.i18n import _ |
