summaryrefslogtreecommitdiffstats
path: root/test/Progress/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Progress/file.py')
-rw-r--r--test/Progress/file.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Progress/file.py b/test/Progress/file.py
index f0116c0..6095fb0 100644
--- a/test/Progress/file.py
+++ b/test/Progress/file.py
@@ -79,3 +79,9 @@ if os.linesep != '\n':
test.must_match('progress.out', expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: