Update docstring

This commit is contained in:
Ozan Çağlayan
2009-08-07 08:07:26 +00:00
parent ec5b9330a0
commit cf7c564e09
+1 -1
View File
@@ -453,7 +453,7 @@ class Archive:
def __init__(self, file_path, arch_type):
"""accepted archive types:
targz, tarbz2, zip, tar"""
targz, tarbz2, tarlzma, tar, zip, gzip, binary"""
handlers = {
'targz': ArchiveTar,