From 934830297ab04c2994af840d4204bc9a21ab114d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 21 Jun 2005 14:03:49 +0000 Subject: [PATCH] /usr/lib/python2.3/tabnanny.py installdb.py --- pisi/installdb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pisi/installdb.py b/pisi/installdb.py index fdd19d78..33561aa4 100644 --- a/pisi/installdb.py +++ b/pisi/installdb.py @@ -57,9 +57,9 @@ def remove(pkg): def purge(pkg): if d.has_key(pkg): (status, version, release) = d[pkg] - f = files_name(pkg, version, release) - if util.check_file(f): + f = files_name(pkg, version, release) + if util.check_file(f): os.unlink(f) - del d[pkg] + del d[pkg]