summaryrefslogtreecommitdiff
path: root/www/gen_sched_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/gen_sched_table.py')
-rwxr-xr-xwww/gen_sched_table.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/gen_sched_table.py b/www/gen_sched_table.py
index e83c5f31..e67f0d74 100755
--- a/www/gen_sched_table.py
+++ b/www/gen_sched_table.py
@@ -42,3 +42,9 @@ for line in f:
category = current = type
row(date, category, desc)
print '</table>'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: