Plugins/CheckerPlugins/CodeStyleChecker/pep8.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3057
10516539f238
child 3161
06f57a834adf
child 3209
c5432abceb25
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
46 600 deprecation 46 600 deprecation
47 700 statements 47 700 statements
48 900 syntax error 48 900 syntax error
49 """ 49 """
50 50
51 from __future__ import unicode_literals # __IGNORE_WARNING__ 51 from __future__ import unicode_literals
52 52
53 # 53 #
54 # This is a modified version to make the original pep8.py better suitable 54 # This is a modified version to make the original pep8.py better suitable
55 # for being called from within the eric5 IDE. The modifications are as 55 # for being called from within the eric5 IDE. The modifications are as
56 # follows: 56 # follows:

eric ide

mercurial