Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py

changeset 6733
519422827ace
parent 6732
1a4758379c45
equal deleted inserted replaced
6732:1a4758379c45 6733:519422827ace
50 900 syntax error 50 900 syntax error
51 """ 51 """
52 from __future__ import with_statement 52 from __future__ import with_statement
53 53
54 # 54 #
55 # This is a modified version to make the original pycodestyle.py better suitable 55 # This is a modified version to make the original pycodestyle.py better
56 # for being called from within the eric6 IDE. The modifications are as 56 # suitable for being called from within the eric6 IDE. The modifications
57 # follows: 57 # are as follows:
58 # 58 #
59 # - made messages translatable via Qt 59 # - made messages translatable via Qt
60 # - added code for eric6 integration 60 # - added code for eric6 integration
61 # 61 #
62 # Copyright (c) 2011 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> 62 # Copyright (c) 2011 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
63 # 63 #
64 64
65 import inspect 65 import inspect
66 import keyword 66 import keyword
67 import os 67 import os

eric ide

mercurial