diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-15 15:26:35 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-15 22:50:43 +0000 |
| commit | e7ed403712f4d12182d0c2d040ae6eed0177a05c (patch) | |
| tree | c967289c9502fde65a95df3d9177452d77768cd3 /openstackclient/common | |
| parent | 114eeeb0236d29a325abbf13b41a9a385746b367 (diff) | |
| download | python-openstackclient-e7ed403712f4d12182d0c2d040ae6eed0177a05c.tar.gz | |
Finish osc-lib transition for command.py
https://review.openstack.org/#/c/328318/ was the transition of
openstackclient/common/command.py to osc-lib but it was incomplete;
https://review.openstack.org/#/c/329885/ started to fix it but
was also incomplete. Third time is charm?
Change-Id: Ib6c0266155c2155ae59067ce7b15bebca1e375e8
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/command.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/common/command.py b/openstackclient/common/command.py index 9abaae0b..29c1534d 100644 --- a/openstackclient/common/command.py +++ b/openstackclient/common/command.py @@ -17,10 +17,10 @@ import sys -from osc_lib.command import * # noqa +from osc_lib.command.command import * # noqa sys.stderr.write( "WARNING: %s is deprecated and will be removed after Jun 2017. " - "Please use osc_lib.command\n" % __name__ + "Please use osc_lib.command.command\n" % __name__ ) |
