panko/tools
Victor Stinner de9c4891e7 Python 3: generalize the usage of the six module
* Replace itertools.ifilter() with six.moves.filter()
* Replace itertools.imap() with six.moves.map()
* Replace map(_compare, statistics)
  with [_compare(statistic) for statistic in statistics]
* Replace obj.iterkeys() with six.iterkeys(obj)
* Replace obj.iteritems() with six.iteritems(obj)
* Replace xrange() with six.moves.xrange(), or with range() for small
  ranges
* Replace the repr module with six.moves.reprlib

Change-Id: Iaaa328cc15355182bde444a1aeaa4385691c8f90
2015-05-15 22:41:52 +02:00
..
__init__.py Adding init into tools folder 2014-08-11 13:02:52 +02:00
ceilometer-test-event.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
enable_notifications.sh Remove the Nova notifier 2015-01-23 12:35:23 +01:00
lintstack.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
lintstack.sh Adds pylint check for critical error in new patches 2014-10-07 17:27:30 +03:00
make_test_data.py add event listener to collector 2015-02-02 11:00:47 -05:00
make_test_data.sh Flatten the v2 API 2013-01-19 16:57:57 +11:00
make_test_event_data.py Use oslo_config instead of deprecated oslo.config 2015-01-15 12:51:18 +04:00
release-bugs.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
send_test_data.py Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
show_data.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
test_hbase_table_utils.py Use oslo_config instead of deprecated oslo.config 2015-01-15 12:51:18 +04:00