oslo-incubator/tools
Chang Bo Guo 16fb43b8b5 Replace data structures' attribute with six module
In Python 3, some data structures' attribute is different in Python 2.
See http://pythonhosted.org/six/#object-model-compatibility
This is change mapping:

   six               Python 2           Python 3
six.next(it)         it.next()          next(it)
six.iterkeys(dict)   dict.iterkeys()    dict.keys()
six.itervalues(dict) dict.itervalues()  dict.values()

Implements: blueprint make-python3-compatible
Change-Id: Ida48f39ff230860feee7305b93b134c625a21663
2013-11-29 04:37:05 -08:00
..
config Fix error when no custom config file matches *.conf.sample 2013-11-14 17:48:33 +00:00
colorizer.py Replace data structures' attribute with six module 2013-11-29 04:37:05 -08:00
install_venv_common.py Remove vim header 2013-11-25 12:16:11 +08:00
install_venv.py Remove vim header 2013-11-25 12:16:11 +08:00
lint.py Remove vim header 2013-11-25 12:16:11 +08:00
run_tests_common.sh Don't need to init testr in run_tests.sh 2013-09-14 17:17:46 +08:00
with_venv.sh Move ./run_tests.sh to Oslo 2013-08-13 18:06:11 +03:00