summaryrefslogtreecommitdiffstats
path: root/test/expansion.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/expansion.py')
-rw-r--r--test/expansion.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/expansion.py b/test/expansion.py
index b438ff4..80c9706 100644
--- a/test/expansion.py
+++ b/test/expansion.py
@@ -113,3 +113,9 @@ test.fail_test(not os.path.exists(test.workpath('sub', 'foo4' + _obj)))
test.up_to_date(arguments = '.')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: