Tab/space

This commit is contained in:
S.Çağlar Onur
2005-06-21 15:00:27 +00:00
parent bfaebf4187
commit fbf9b0596a
+3 -4
View File
@@ -58,8 +58,7 @@ def purge(pkg):
if d.has_key(pkg):
(status, version, release) = d[pkg]
f = files_name(pkg, version, release)
if util.check_file(f):
os.unlink(f)
del d[pkg]
if util.check_file(f):
os.unlink(f)
del d[pkg]