summaryrefslogtreecommitdiffstats
path: root/test/packaging/tar/bz2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/packaging/tar/bz2.py')
-rw-r--r--test/packaging/tar/bz2.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packaging/tar/bz2.py b/test/packaging/tar/bz2.py
index 3a12a9b..d37de00 100644
--- a/test/packaging/tar/bz2.py
+++ b/test/packaging/tar/bz2.py
@@ -61,3 +61,9 @@ env.Package( PACKAGETYPE = 'src_tarbz2',
test.must_exist( 'src.tar.bz2' )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: