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: |