summaryrefslogtreecommitdiffstats
path: root/test/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/exceptions.py')
-rw-r--r--test/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/exceptions.py b/test/exceptions.py
index b51c1ea..12a3430 100644
--- a/test/exceptions.py
+++ b/test/exceptions.py
@@ -125,3 +125,9 @@ test.must_contain_all_lines(test.stderr(), expected_stderr_list)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: