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 |