mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785459 follow-up: use the python 2.5 syntax
This commit is contained in:
parent
27825ab40b
commit
2ad8757e0c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user