installsystems/gzip.py
0 → 100644
+488
−0
Loading
When we create gzip file from a payload, we use gzip module with option mtime which is not available in python 2.6. To be able to support it correctly, i've backported python 2.6.7 gzip module inside installsystems with a patch allowing optime mtime. This should be removed with python 2.7 or 3.x