summaryrefslogtreecommitdiffstats
path: root/bin/sconsexamples.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sconsexamples.py')
-rw-r--r--bin/sconsexamples.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/sconsexamples.py b/bin/sconsexamples.py
index ac8dce3..0a409bc 100644
--- a/bin/sconsexamples.py
+++ b/bin/sconsexamples.py
@@ -504,3 +504,9 @@ x = MySGML()
for c in data:
x.feed(c)
x.close()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: