neutron/quantum/server
Dirk Mueller ba90d52761 Improve Python 3.x compatibility
Replace the deprecated except x,y: construct with
except x as y:, as that one works with all Python
versions starting with 2.6.x

Change-Id: I13080cfdad32eaef21aa2707fe5d2818bda68535
2013-04-29 11:41:46 +02:00
..
__init__.py Improve Python 3.x compatibility 2013-04-29 11:41:46 +02:00