summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/command.py4
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__
)