osc-lib/osc_lib
Akihiro Motoki 5d7e3a7dcb Revert "Fixes a bug with issubclass() being called on an instance"
This reverts commit e3d772050f.

"formatters" argument in get_dict_properties() and get_item_properties()
expects a class of FormattableColumn instead of its instance.

commit e3d772050f replaced issubclass()
with isinstance() unexpectedly. As a result, osc-lib 1.11.0 breaks
existing OSC plugin (at least neutronclient OSC plugin).

Story: 2003133
Task: 23255

Change-Id: Ie10063197f02679e987e87cb4852f5230a02f76d
(cherry picked from commit 46e2fb0a58)
2018-08-10 01:37:41 +09:00
..
api Delete the output in "find_bulk" api 2018-06-14 04:39:51 -04:00
cli Fix exception in log warning when no cloud config exists 2018-07-08 23:32:40 -04:00
command Use openstack.config for config and Session objects 2018-07-05 08:30:32 -05:00
tests Merge "Add cloud to warning about domain related config" 2018-07-09 00:18:02 +00:00
utils Revert "Fixes a bug with issubclass() being called on an instance" 2018-08-10 01:37:41 +09:00
__init__.py Allow passing app_name and app_version for useragent 2016-10-20 10:13:03 +11:00
clientmanager.py Stop processing requests verify args 2018-07-11 05:26:19 +00:00
exceptions.py Add more API support 2017-04-18 10:47:10 -05:00
i18n.py Remove log translations 2017-03-21 00:41:17 -04:00
logs.py Backport log fix 2016-06-08 11:09:08 -05:00
shell.py Pass prompt_for_password to OSC_Config constructor 2018-07-09 00:08:34 -04:00
version.py Allow passing app_name and app_version for useragent 2016-10-20 10:13:03 +11:00