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 |