Victor Stinner b2050e4a08 Port zonemanager to Python 3
* Replace xrange() with six.moves.range()
* Replace filter() with list-comprehension to get a list on Python 3.
* get_formatted_wwn(): join byte strings with b':' instead of ':'
* ZoneManager: don't pass arguments to object.__new__()
* tests-py3.txt: add zonemanager tests

Partial-Implements: blueprint cinder-python3
Change-Id: Ia3fcd816c5afd7a08b8769fbc9d2839b70c8c3fb
2015-11-24 21:00:09 +01:00
..
2015-11-23 23:09:02 -08:00
2015-11-13 12:36:21 -06:00
2015-10-19 14:37:39 +02:00
2015-11-23 06:42:00 +00:00
2015-11-20 14:34:21 +01:00
2015-11-24 21:00:09 +01:00
2015-09-01 13:11:13 +02:00
2015-11-24 21:00:09 +01:00
2015-08-25 04:46:18 -07:00
2015-08-26 12:00:15 -07:00
2015-06-15 10:29:22 +02:00
2015-11-20 14:34:21 +01:00