diff options
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__ ) |
