summaryrefslogtreecommitdiff
path: root/heatclient/common
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common')
-rw-r--r--heatclient/common/format_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heatclient/common/format_utils.py b/heatclient/common/format_utils.py
index 2d950c9..0202b6c 100644
--- a/heatclient/common/format_utils.py
+++ b/heatclient/common/format_utils.py
@@ -12,12 +12,12 @@
#
# Copyright 2015 IBM Corp.
-from cliff import show
+from osc_lib.command import command
import six
import sys
-class RawFormat(show.ShowOne):
+class RawFormat(command.ShowOne):
def produce_output(self, parsed_args, column_names, data):
if data is None: