From cf7c564e093021ba929fbf0d6181bd4999c218f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Fri, 7 Aug 2009 08:07:26 +0000 Subject: [PATCH] Update docstring --- pisi/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/archive.py b/pisi/archive.py index cd535862..cc13b4e9 100644 --- a/pisi/archive.py +++ b/pisi/archive.py @@ -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,