commit | a5be53f9c809009e67f217c00b8f30246aacc237 | [log] [tgz] |
---|---|---|
author | Sarah Owens <sarato@inkylabs.com> | Sun Sep 09 15:37:57 2012 -0700 |
committer | Sarah Owens <sarato@inkylabs.com> | Tue Oct 23 21:35:59 2012 -0700 |
tree | 7ab0da1fd31968eee882de81df8c9b93ae52fdfb | |
parent | 9ed12c5d9cda1f010bc173b0bc622d59e96b0dd0 [diff] |
Use modern Python exception syntax "except Exception as e" instead of "except Exception, e" This is part of a transition to supporting Python 3. Python >= 2.6 support "as" syntax. Note: this removes Python 2.5 support. Change-Id: I309599f3981bba2b46111c43102bee38ff132803