ha/service-mgmt-api/sm-api/sm_api/common
Sun Austin ec02214db7 Fix: others issues for Python 2/3 compatible code.
Fix: "reduce" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/rpc/impl_zmq.py
     - from functools import reduce to support python 3
Fix: "long" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/jsonutils.py
     -  remove long type if for python 3
     -  change to six.integer_types
Fix: "funcattrs" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/db/sqlalchemy/session.py
     - change f.func_name to f.__name__
Fix: "zip" and "methodattrs" issues in
   service-mgmt-api/sm-api/sm_api/common/safe_utils.py
     - change zip() to list(zip())
     - change function.im_self to function.__self__
Fix: "itertools" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/log.py
     - from six import moves and use moves.filter

Story: 2003430
Task: 26523

Change-Id: I37b47a12a24ef05fb4d57823b2a91086b6ca537f
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-10-27 09:30:19 +08:00
..
__init__.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
config.py Python 3 compatibility: convert ConfigParser to configparser. 2018-09-07 14:18:45 +00:00
context.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
exception.py Fix unicode issue for Python 2/3 compatible code. 2018-10-10 11:07:12 +08:00
log.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
policy.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
safe_utils.py Fix: others issues for Python 2/3 compatible code. 2018-10-27 09:30:19 +08:00
service.py StarlingX open source release updates 2018-05-31 07:36:26 -07:00
utils.py Fix: "except" issues for Python 2/3 compatible code. 2018-10-22 11:49:35 +08:00