deb-cinder/tools
Victor Stinner 065c56de71 Don't use dict.iterkeys()
Replace list(dict.iterkeys()) with list(dict). The call to iterkeys() is
useless and the iterkeys() method of dictionaries was removed in
Python 3

Change-Id: I16733643d4b92fe8134eec2549bbd679fe75fb9c
2015-05-25 22:20:28 +02:00
..
config Add external genconfig calls 2015-04-23 13:59:22 -06:00
colorizer.py Don't use dict.iterkeys() 2015-05-25 22:20:28 +02:00
enable-pre-commit-hook.sh Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
install_venv_common.py Sync install_venv_common from oslo-incubator 2014-12-19 14:37:45 -06:00
install_venv.py Remove vim header 2013-12-30 18:53:02 -06:00
lintstack.py Snapshot and volume objects 2015-03-01 17:47:54 -05:00
lintstack.sh Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
pretty_tox.sh Use subunit-trace to enable output during unit test runs 2015-02-23 10:27:16 -05:00
with_venv.sh Fix up the test framework 2013-06-14 14:02:17 +00:00