summaryrefslogtreecommitdiffstats
path: root/test/ZIP
diff options
context:
space:
mode:
Diffstat (limited to 'test/ZIP')
-rw-r--r--test/ZIP/ZIP.py6
-rw-r--r--test/ZIP/ZIPCOM.py6
-rw-r--r--test/ZIP/ZIPCOMSTR.py6
3 files changed, 18 insertions, 0 deletions
diff --git a/test/ZIP/ZIP.py b/test/ZIP/ZIP.py
index 10f0efd..fffb493 100644
--- a/test/ZIP/ZIP.py
+++ b/test/ZIP/ZIP.py
@@ -178,3 +178,9 @@ except ImportError:
test.fail_test(f4stored_size == f4deflated_size)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/ZIP/ZIPCOM.py b/test/ZIP/ZIPCOM.py
index 37af758..c1f6761 100644
--- a/test/ZIP/ZIPCOM.py
+++ b/test/ZIP/ZIPCOM.py
@@ -65,3 +65,9 @@ test.must_match('test1.zip', "test1.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/ZIP/ZIPCOMSTR.py b/test/ZIP/ZIPCOMSTR.py
index 5284d0a..acc77c7 100644
--- a/test/ZIP/ZIPCOMSTR.py
+++ b/test/ZIP/ZIPCOMSTR.py
@@ -65,3 +65,9 @@ test.must_match('aaa.zip', "aaa.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: