summaryrefslogtreecommitdiff
path: root/heatclient/osc/v1/stack_failures.py
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-06-29 16:15:03 +0800
committerTang Chen <chen.tang@easystack.cn>2016-06-29 16:15:03 +0800
commitbfde2f8e09e724869104761d80fe23e61c7004c1 (patch)
tree4a89f8d8a8d94b3adf92b23a0dc52a99f72f47b6 /heatclient/osc/v1/stack_failures.py
parentf1c9930436b17c800f11cfbccd5399fc847ca8d5 (diff)
downloadpython-heatclient-bfde2f8e09e724869104761d80fe23e61c7004c1.tar.gz
Use osc_lib instead of cliff
Base classes of commands are defined in cliff, but have been encapsulated again in osc-lib for all plugin clients. So use osc-lib instead of cliff. Change-Id: I0e430457af3033ebf56e47f85c0cfd71d2227cf7
Diffstat (limited to 'heatclient/osc/v1/stack_failures.py')
-rw-r--r--heatclient/osc/v1/stack_failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/osc/v1/stack_failures.py b/heatclient/osc/v1/stack_failures.py
index bc9e88c..257f151 100644
--- a/heatclient/osc/v1/stack_failures.py
+++ b/heatclient/osc/v1/stack_failures.py
@@ -14,7 +14,7 @@
import collections
-from cliff import command
+from osc_lib.command import command
from heatclient.common import format_utils
from heatclient import exc