From 992984578de75f0b0d538d55531d9138eb00b6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 21 Jun 2005 14:15:33 +0000 Subject: [PATCH] /usr/lib/python2.3/tabnanny.py archive.py --- pisi/archive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/archive.py b/pisi/archive.py index 998a8a6c..8ced19d0 100644 --- a/pisi/archive.py +++ b/pisi/archive.py @@ -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,