]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix python 3 pep8 errors for print
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 12 Aug 2013 21:50:53 +0000 (21:50 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 21 Aug 2013 22:59:22 +0000 (16:59 -0600)
commit878ac164a391e761c72c5fdcd12f0caf48c7d359
tree2308cdc6d8774f1c42547be24ab7ca0011de7cea
parente6a23eb62db60fe9ae7f8ad0b015083325518b43
Fix python 3 pep8 errors for print

The new auto-pulled requirements files exposed
python 3 compat issues in a number of modules.
We added these to tox.ini ignore temporarily,
this change updates the print routines in bin/cinder
and removes the debug cruft that was in the unit tests.

Will update requirements and test-requirements
appropriately in a follow up patch.

Change-Id: I76ea24f4dc1f61c4f8a1d202b0554c90daf2c9cc
17 files changed:
bin/cinder-manage
bin/cinder-rootwrap
bin/cinder-volume-usage-audit
cinder/tests/api/contrib/test_types_extra_specs.py
cinder/tests/api/v1/test_snapshots.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_snapshots.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/fake_driver.py
cinder/tests/image/test_glance.py
cinder/tests/test_test.py
cinder/wsgi.py
setup.py
tools/conf/extract_opts.py
tools/install_venv.py
tools/lintstack.py
tox.ini