Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

changeset 2302
f29e9405c851
parent 1509
c0b5e693b0eb
child 2525
8b507a9a2d40
child 2962
d6c9d1ca2da4
child 3163
9f50365a0870
equal deleted inserted replaced
2301:cfab9cb261d2 2302:f29e9405c851
33 # - check function has been modified to only accept a filename and return 33 # - check function has been modified to only accept a filename and return
34 # a tuple indicating status (1 = an error was found), the filename, the 34 # a tuple indicating status (1 = an error was found), the filename, the
35 # linenumber and the error message (boolean, string, string, string). The 35 # linenumber and the error message (boolean, string, string, string). The
36 # values are only valid, if the status equals 1. 36 # values are only valid, if the status equals 1.
37 # 37 #
38 # Mofifications Copyright (c) 2003-2012 Detlev Offenbach <detlev@die-offenbachs.de> 38 # Mofifications Copyright (c) 2003-2013 Detlev Offenbach <detlev@die-offenbachs.de>
39 # 39 #
40 40
41 __version__ = "6_eric" 41 __version__ = "6_eric"
42 42
43 import tokenize 43 import tokenize

eric ide

mercurial