monasca-analytics/monasca_analytics/config
Daisuke Fujita 6c7316ebbd Support python3.5 for monasca-analytics
This patch implements followings for py35 support using six(er) and 2to3.

- Python 3 map/filter returns iterator, must be converted to list
- use six.string_types instead of basestring
- use six.iteritems instead of iteritems
- use six.moves for using cPickle and SocketServer packages
- use six.assertCountEqual instead of assertItemsEqual
- remove relative imports
- update BytecodeAssembler(monasca_analytics/
  banana/bytecode/assembler.py) for python3

Can be tested with:
  tox -e py35

Change-Id: If1b92d0ffc56492950f6a02ebdbe1596d0dce368
2019-01-28 09:47:45 +00:00
..
__init__.py H104 support 2016-06-03 12:42:47 +00:00
config.py Fix Apache license and PYTHONPATH for the gate 2016-06-28 15:03:27 +09:00
connection.py This commit introduces the first version of Banana configuration language. 2016-08-22 14:29:26 +01:00
const.py Remove unnecessary comment 2016-07-01 05:22:51 +00:00
creation.py Support python3.5 for monasca-analytics 2019-01-28 09:47:45 +00:00
validation.py Support python3.5 for monasca-analytics 2019-01-28 09:47:45 +00:00