f7bc95a871abd6af6bfec062feefe851c1ad2a4e

Python 3.x deprecated the form "except x,y:". Switch usage to "except x as y:", which works with any Python version >= 2.6 Change-Id: Id276fdaee9e8753568227e638408e5bccff28e67
The file is empty.
Description
Languages
Python
100%