Dirk Mueller 64a9dd5c50 Use Python 3.x compatible except: construct
Per (proposed) H203 check, convert all uses of
the deprecated except x,y: construct to except
x as y:, which works with any Python version >= 2.6

Change-Id: I5528dc556f3ef8d356e01d59df04ba57f66c95b7
2013-06-14 23:26:00 +02:00
..
2013-06-14 14:02:17 +00:00
2013-06-12 19:37:16 +02:00
2013-06-14 14:02:17 +00:00