summaryrefslogtreecommitdiffstats
path: root/gtk/src/makedeps.py
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/makedeps.py')
-rw-r--r--gtk/src/makedeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py
index aa2111cea..331e0cf77 100644
--- a/gtk/src/makedeps.py
+++ b/gtk/src/makedeps.py
@@ -111,6 +111,6 @@ def main():
deps.append(rec)
top[ii.dep] = deps
plistlib.writePlist(top, revfile)
-
+
main()