Bug 785459 follow-up: use the python 2.5 syntax

This commit is contained in:
Ehsan Akhgari 2012-08-24 16:47:45 -04:00
parent 27825ab40b
commit 2ad8757e0c

View File

@ -3715,7 +3715,7 @@ def main():
print fullPath
parser.parse(''.join(lines), fullPath)
parser.finish()
except WebIDLError as e:
except WebIDLError, e:
if options.verbose_errors:
traceback.print_exc()
else: