From 9f3a1a0882d996d14f04a4df517ec76727433db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Mon, 18 Jul 2005 13:33:58 +0000 Subject: [PATCH] ok, fixed :) --- pisi/install.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pisi/install.py b/pisi/install.py index 8a0f62bf..226bce6c 100644 --- a/pisi/install.py +++ b/pisi/install.py @@ -104,9 +104,6 @@ class Installer: upgrade = True # is this a downgrade? confirm this action. - # - # burada bir gariplik var. Tam olarak ne yapmak istediğini - # anlamadığım için bırakıyorm. Ama bu kod çalışmıyor. if not upgrade: if pkginfo.version < iversion: x = 'Downgrade to old upstream version?'