diff options
Diffstat (limited to 'test/ZIP/ZIP.py')
-rw-r--r-- | test/ZIP/ZIP.py | 6 |
1 files changed, 6 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: |