Fix the Requires() examples by adding a sleep command to the
[scons.git] / bin / scons-unzip.py
index f772dd56578d51e767edb996c721ab969c43e1e9..28c73f886735e130e1410e60463e372f719ca8d9 100644 (file)
@@ -68,3 +68,9 @@ for name in zf.namelist():
         os.unlink(dest)
     if not os.path.isdir(dest):
         open(dest, 'w').write(zf.read(name))
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: