diff options
author | Tang Chen <chen.tang@easystack.cn> | 2016-06-29 16:15:03 +0800 |
---|---|---|
committer | Tang Chen <chen.tang@easystack.cn> | 2016-06-29 16:15:03 +0800 |
commit | bfde2f8e09e724869104761d80fe23e61c7004c1 (patch) | |
tree | 4a89f8d8a8d94b3adf92b23a0dc52a99f72f47b6 /heatclient/osc/v1/stack_failures.py | |
parent | f1c9930436b17c800f11cfbccd5399fc847ca8d5 (diff) | |
download | python-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.py | 2 |
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 |