Plugins/CheckerPlugins/Pep8/pep8.py

changeset 2864
d973dab8b715
parent 2863
62171fa4a6a4
child 2866
c77e08c38a5c
equal deleted inserted replaced
2863:62171fa4a6a4 2864:d973dab8b715
52 # This is a modified version to make the original pep8.py better suitable 52 # This is a modified version to make the original pep8.py better suitable
53 # for being called from within the eric5 IDE. The modifications are as 53 # for being called from within the eric5 IDE. The modifications are as
54 # follows: 54 # follows:
55 # 55 #
56 # - made messages translatable via Qt 56 # - made messages translatable via Qt
57 # - added code for eric5 integration
57 # 58 #
58 # Copyright (c) 2011 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> 59 # Copyright (c) 2011 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
59 # 60 #
60 61
61 __version__ = '1.4.6' 62 __version__ = '1.4.6'

eric ide

mercurial