sapling/i18n
Gregory Szorc 5380dea2a7 global: mass rewrite to use modern exception syntax
Python 2.6 introduced the "except type as instance" syntax, replacing
the "except type, instance" syntax that came before. Python 3 dropped
support for the latter syntax. Since we no longer support Python 2.4 or
2.5, we have no need to continue supporting the "except type, instance".

This patch mass rewrites the exception syntax to be Python 2.6+ and
Python 3 compatible.

This patch was produced by running `2to3 -f except -w -n .`.
2015-06-23 22:20:08 -07:00
..
check-translation.py cleanup: rename check-translation.py checker function - don't hide global var 2014-08-15 16:20:47 +02:00
da.po i18n: fix non-matching 1st line indentations 2014-01-22 16:47:05 +01:00
de.po i18n-de: translation improvement for gpg extension 2014-05-07 09:15:58 +02:00
el.po i18n-el: add missing indention for literal block 2013-06-29 19:11:24 +02:00
fr.po i18n-fr: remove duplicate paragraphs 2013-06-25 18:45:33 -04:00
hggettext hggettext: handle i18nfunctions declaration for docstrings translations 2010-10-24 12:52:37 +02:00
it.po i18n: fix non-matching 1st line indentations 2014-01-22 16:47:05 +01:00
ja.po i18n-ja: synchronized with 87267040cd32 2015-06-01 10:50:15 +09:00
polib.LICENSE i18n: import polib 0.5.2 (rev b0ab301cfdcc) 2010-06-17 20:10:34 -03:00
polib.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
posplit i18n: leave out entries which contain only rst syntax 2014-02-03 21:34:13 +01:00
pt_BR.po i18n-pt_BR: synchronized with 1f494259cbf1 2015-05-22 11:54:43 -03:00
ro.po i18n: fix non-matching 1st line indentations 2014-01-22 16:47:05 +01:00
ru.po i18n-ru: synchronized with bc20b710d0da 2014-10-13 14:46:50 +01:00
sv.po i18n: fix non-matching 1st line indentations 2014-01-22 16:47:05 +01:00
zh_CN.po i18n-zh_CN: remove duplicate paragraphs 2013-06-24 00:11:28 -04:00
zh_TW.po i18n-zh_TW: set Language header 2014-05-07 09:23:23 +02:00