Files
@ d69aa464f373
Branch filter:
Location: kallithea/whitespacecleanup.sh - annotation
d69aa464f373
943 B
text/x-sh
cleanup: consistently use 'except ... as ...:'
Use the Python 2.6+ syntax instead of the old confusing 'except ..., ...'
syntax.
Use the Python 2.6+ syntax instead of the old confusing 'except ..., ...'
syntax.