From 0d5288fe6dcb0631b0b3a193f502824179d3c558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 22 Jul 2005 13:22:23 +0000 Subject: [PATCH] bu ne ya... --- pisi/operations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/operations.py b/pisi/operations.py index f7492079..87678857 100644 --- a/pisi/operations.py +++ b/pisi/operations.py @@ -21,8 +21,8 @@ def remove(package_name): for fileinfo in installdb.files(package_name).list: fpath = os.path.join(config.destdir, fileinfo.path) # TODO: We have to store configuration files for futher - # usage. Currently we'are doing it like rpm does and saving - # with a prefix, leaving the user to edit it. In the future + # usage. Currently we'are doing it like rpm does, saving + # with a prefix and leaving the user to edit it. In the future # we'll have a plan for these configuration files. if fileinfo.type == const.conf: os.rename(fpath, fpath+".pisi")