Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

changeset 5389
9b1c800daff3
parent 4631
5c1a96925da4
child 5588
6ba512d9f46a
equal deleted inserted replaced
5388:1e7254b5c637 5389:9b1c800daff3
35 # - check function has been modified to only accept a filename and return 35 # - check function has been modified to only accept a filename and return
36 # a tuple indicating status (1 = an error was found), the filename, the 36 # a tuple indicating status (1 = an error was found), the filename, the
37 # linenumber and the error message (boolean, string, string, string). The 37 # linenumber and the error message (boolean, string, string, string). The
38 # values are only valid, if the status equals 1. 38 # values are only valid, if the status equals 1.
39 # 39 #
40 # Mofifications Copyright (c) 2003-2016 Detlev Offenbach 40 # Mofifications Copyright (c) 2003-2017 Detlev Offenbach
41 # <detlev@die-offenbachs.de> 41 # <detlev@die-offenbachs.de>
42 # 42 #
43 43
44 __version__ = "6_eric" 44 __version__ = "6_eric"
45 45

eric ide

mercurial