summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/makedep.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/makedep.py')
-rwxr-xr-xscripts/build/makedep.py1
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