vmware-nsx/quantum/plugins/nec/common
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 NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
config.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
exceptions.py NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
ofc_client.py Improve Python 3.x compatibility 2013-04-29 11:41:46 +02:00