nova/tools
Matthew Edmonds d7ed9a550b Make Xen code py3-compatible
A couple places in the Xen code have been using syntax that is
python2-specific. This replaces those instances with code that will
work in both python2 and python3.

PEP 3108 [1] moves urllib.urlopen to urllib.request.urlopen. The six
module is used in order to work in both python2 and python3 [2].

PEP 3110 [3] changed the grammar for except clauses, such that the
'as' keyword is now required in place of a comma when specifying an
exception variable.

[1] https://www.python.org/dev/peps/pep-3108/
[2] https://pythonhosted.org/six/#module-six.moves.urllib.request
[3] https://www.python.org/dev/peps/pep-3110/

Change-Id: I1235d767718a4207f4cef3e5b140319d003ad7b0
2018-08-10 20:04:19 +00:00
..
db remove db2 support from tree 2016-05-23 07:33:20 -04:00
hooks move gate hooks to gate/ 2017-01-04 11:05:16 +00:00
xenserver Make Xen code py3-compatible 2018-08-10 20:04:19 +00:00
abandon_old_reviews.sh include python-novaclient in abandon policy 2014-12-08 16:11:08 -05:00
build_latex_pdf.sh Add tool to build a doc latex pdf 2015-07-14 16:13:47 -04:00
flake8wrap.sh tox: make it possible to run pep8 on current patch only 2015-07-24 16:15:38 +01:00
nova-manage.bash_completion add nova-manage bash completion script 2012-06-20 17:02:49 +02:00
reserve-migrations.py Prevent blank line at start of migration placeholders 2017-08-25 18:43:19 +01:00
test-setup.sh Prepare for using standard python tests 2017-02-09 17:52:55 +00:00