Files
nova/nova
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
..
2018-07-10 14:56:27 +00:00
2018-07-10 14:56:27 +00:00
2018-06-12 14:44:32 -04:00
2018-07-13 06:58:20 +00:00
2018-08-10 20:04:19 +00:00
2018-07-10 14:56:27 +00:00
2018-06-11 14:44:10 -07:00
2018-07-10 14:56:27 +00:00
2018-06-22 09:40:33 -05:00