/usr/lib/python2.3/tabnanny.py archive.py

This commit is contained in:
S.Çağlar Onur
2005-06-21 14:15:33 +00:00
parent e3362e5018
commit 992984578d
+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,