Plugins/CheckerPlugins/Tabnanny/Tabnanny.py

branch
5_1_x
changeset 1510
e75ecf2bd9dd
parent 830
6caa4436dee2
equal deleted inserted replaced
1502:9a74e0e9f28c 1510:e75ecf2bd9dd
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-2011 Detlev Offenbach <detlev@die-offenbachs.de> 38 # Mofifications Copyright (c) 2003-2012 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