From ebc5b6999ab8412079b176f274733e1cf4619a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Mon, 18 Jul 2005 00:57:31 +0000 Subject: [PATCH] * indentation'i boyle degildi herhalde? --- pisi/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/install.py b/pisi/install.py index 797f920d..265dada0 100644 --- a/pisi/install.py +++ b/pisi/install.py @@ -128,8 +128,8 @@ class PisiInstall: if not ui.confirm(x): raise InstallError('Package downgrade declined') - # remove old package then - remove(pkginfo.name) + # remove old package then + remove(pkginfo.name) # unzip package in place self.extractInstall()