Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

changeset 5106
1ecc6c9abca5
parent 5067
e2f171f08af8
child 5389
9b1c800daff3
equal deleted inserted replaced
5105:8a773a100c34 5106:1ecc6c9abca5
87 'F24': QCoreApplication.translate( 87 'F24': QCoreApplication.translate(
88 'pyFlakes', 88 'pyFlakes',
89 "'continue' not supported inside 'finally' clause"), 89 "'continue' not supported inside 'finally' clause"),
90 'F25': QCoreApplication.translate( 90 'F25': QCoreApplication.translate(
91 'pyFlakes', 91 'pyFlakes',
92 "Default 'except:' must be last"), 92 "Default 'except:' must be last"), # __IGNORE_WARNING__
93 'F26': QCoreApplication.translate( 93 'F26': QCoreApplication.translate(
94 'pyFlakes', 94 'pyFlakes',
95 "Two starred expressions in assignment"), 95 "Two starred expressions in assignment"),
96 'F27': QCoreApplication.translate( 96 'F27': QCoreApplication.translate(
97 'pyFlakes', 97 'pyFlakes',

eric ide

mercurial