tabnanny iyi güzel de bazen bozar böyle işte. Dikkatli olunuz\!

This commit is contained in:
Barış Metin
2005-06-21 14:04:28 +00:00
parent 934830297a
commit 97425b58b7
+2 -2
View File
@@ -110,8 +110,8 @@ class Archive:
"""Unpack magic for Archive files..."""
def __init__(self, filepath, type):
"""accepted archive types:
targz, tarbz2, zip, tar"""
"""accepted archive types:
targz, tarbz2, zip, tar"""
handlers = {
'targz': ArchiveTarFile,