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

This commit is contained in:
S.Çağlar Onur
2005-06-21 14:03:49 +00:00
parent 4c50931146
commit 934830297a
+3 -3
View File
@@ -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]