##// END OF EJS Templates
gzip: indent the custom Gzip code...
marmoute -
r44981:a23b859a stable
parent child Browse files
Show More
@@ -135,6 +135,8 b' class tarit(object):'
135 '''write archive to tar file or stream. can write uncompressed,
135 '''write archive to tar file or stream. can write uncompressed,
136 or compress with gzip or bzip2.'''
136 or compress with gzip or bzip2.'''
137
137
138 if True:
139
138 class GzipFileWithTime(gzip.GzipFile):
140 class GzipFileWithTime(gzip.GzipFile):
139 def __init__(self, *args, **kw):
141 def __init__(self, *args, **kw):
140 timestamp = None
142 timestamp = None
General Comments 0
You need to be logged in to leave comments. Login now