Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

changeset 6048
82ad8ec9548c
parent 5762
76ef5f340007
child 6188
5a6ae3be31e6
equal deleted inserted replaced
6047:39586a2de99d 6048:82ad8ec9548c
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-2017 Detlev Offenbach 40 # Mofifications Copyright (c) 2003-2018 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