##// END OF EJS Templates
check-code: detect legacy exception syntax...
check-code: detect legacy exception syntax We just rewrote all files to use modern exception syntax. Ban the old form. This will detect the "except type, instance" and "except (type1, type2), instance" forms.

File last commit:

r9999:f91e5630 default
r25661:20de1ace default
Show More
filediff.tmpl
5 lines | 27 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
{diff}
{footer}