Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

changeset 830
6caa4436dee2
parent 793
cd183f89874b
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
829:b3280ade94a6 830:6caa4436dee2
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 Detlev Offenbach <detlev@die-offenbachs.de> 38 # Mofifications Copyright (c) 2003-2011 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