summaryrefslogtreecommitdiff
path: root/openstackclient/common/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/common/command.py')
-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 64e855df..59cd0da2 100644
--- a/openstackclient/common/command.py
+++ b/openstackclient/common/command.py
@@ -15,10 +15,10 @@
"""OpenStack base command"""
-from cliff.command import Command
+from cliff import command
-class OpenStackCommand(Command):
+class OpenStackCommand(command.Command):
"""Base class for OpenStack commands."""
api = None