summaryrefslogtreecommitdiffstats
path: root/test/Precious.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Precious.py')
-rw-r--r--test/Precious.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Precious.py b/test/Precious.py
index 76aa2a4..8c3dd4a 100644
--- a/test/Precious.py
+++ b/test/Precious.py
@@ -118,3 +118,9 @@ test.fail_test(not os.path.exists(test.workpath('subdir', 'f6.out')))
test.fail_test(os.path.exists(test.workpath('subdir', 'f7.out')))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: