summaryrefslogtreecommitdiff
path: root/template/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'template/test.py')
-rw-r--r--template/test.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/test.py b/template/test.py
index 131c0198..0463cbff 100644
--- a/template/test.py
+++ b/template/test.py
@@ -39,3 +39,9 @@ env = Environment()
test.run(arguments = '.')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: