Scott Moser cf95473556 change 'except' syntax to python 3 style.
Everywhere that there occurred:
  except Exception, e:
changed to
  except Exception as e:
2011-01-26 09:03:46 -05:00
..
2010-09-07 18:27:27 -04:00