Files
@ d69aa464f373
Branch filter:
Location: kallithea/kallithea/tests/api/test_api_hg.py
d69aa464f373
854 B
text/x-python
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.