cliff/cliff
Monty Taylor cd6cd9d2d7 Don't try to run issubclass on non-classes
issubclass gets cranky if you give it a first argument that is not a
class.

  http://logs.openstack.org/74/612474/2/check/cross-osc-build-sphinx-docs/42250a7/job-output.txt.gz#_2018-10-26_08_02_08_597700

Shows a failure when trying to build python-openstackclient docs with
the cliff sphinxext after updating openstacksdk in such a way that an
import error went away.

Change-Id: Id1d17c66e5dd6e430376a8d6ea74abc4da5cbc75
2018-10-31 14:15:35 +00:00
..
formatters Fix codec error when format=csv 2017-10-02 19:44:14 -04:00
tests remove -s alias for --sort-columns 2018-01-18 14:53:52 +00:00
__init__.py add setup.py and package directory 2012-04-20 09:52:55 -07:00
_argparse.py Ensure python standard argparse module is loaded 2017-05-20 02:16:34 +09:00
app.py Removed unused err variable 2018-10-31 08:56:51 +11:00
columns.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
command.py fix typos in documentation 2018-03-23 08:06:47 +08:00
commandmanager.py Remove the warning of getargspec removal 2018-03-14 21:30:22 +00:00
complete.py add cmd_name argument to CompleteCommand 2017-05-25 18:38:58 -04:00
display.py Add ability to sort data by columns for list commands 2017-12-27 16:07:45 +02:00
help.py Remove the warning of getargspec removal 2018-03-14 21:30:22 +00:00
hooks.py Docs update for more-hooks 2017-09-16 13:05:19 -05:00
interactive.py support cmd2 0.9.1 in interactive mode 2018-05-31 11:09:22 -04:00
lister.py remove -s alias for --sort-columns 2018-01-18 14:53:52 +00:00
show.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00
sphinxext.py Don't try to run issubclass on non-classes 2018-10-31 14:15:35 +00:00
utils.py Remove the warning of getargspec removal 2018-03-14 21:30:22 +00:00