config/sysinv/cgts-client/cgts-client/cgtsclient/openstack/common
Sun Austin 9d5675fdf6 Fix: "filter" issue for Python 2/3 compatible code
Replace filter(lambda obj: test(obj), data) with
 [obj for obj in data if test(obj)]

Story: 2003433
Task: 28380

Change-Id: I69262226bb454319be6b3d2a1c3c64bb7bb3357c
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-19 10:14:36 +08:00
..
config Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
rootwrap Armada-Sysinv integration 2018-11-07 07:52:35 -05:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
gettextutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
importutils.py Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00