diff options
Diffstat (limited to 'scripts/build/makedep.py')
-rwxr-xr-x | scripts/build/makedep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/makedep.py b/scripts/build/makedep.py index 8c3b2d3182b..860c11a890f 100755 --- a/scripts/build/makedep.py +++ b/scripts/build/makedep.py @@ -22,6 +22,7 @@ def path_components(path): result.append(path) return tuple(reversed(result)) + class ParserBase: def process_lines(self, inputfile): self.input_line = 1 |