cinder/tools
Dirk Mueller 64a9dd5c50 Use Python 3.x compatible except: construct
Per (proposed) H203 check, convert all uses of
the deprecated except x,y: construct to except
x as y:, which works with any Python version >= 2.6

Change-Id: I5528dc556f3ef8d356e01d59df04ba57f66c95b7
2013-06-14 23:26:00 +02:00
..
conf Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00
colorizer.py Fix up the test framework 2013-06-14 14:02:17 +00:00
enable-pre-commit-hook.sh Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
install_venv_common.py Merge from oslo-incubator 2013-06-12 19:37:16 +02:00
install_venv.py Rename requires files to standard names. 2013-05-31 06:09:05 +08:00
lintstack.py Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
lintstack.sh Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
patch_tox_venv.py Merge from oslo-incubator 2013-06-12 19:37:16 +02:00
with_venv.sh Fix up the test framework 2013-06-14 14:02:17 +00:00