From f9babc913632aef32501d2a30d8d72daf62044c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Mon, 20 Jun 2005 13:50:29 +0000 Subject: [PATCH] * comment --- pisi/install.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pisi/install.py b/pisi/install.py index 190482fd..9a679978 100644 --- a/pisi/install.py +++ b/pisi/install.py @@ -11,6 +11,11 @@ import packagedb import dependency #import conflicts +##TODO: bunu muhtemelen ops diye bir module'e tasimak +##daha iyi olabilir. install/remove/upgrade islemlerinin +##oldugu, ya da boyle ayrik kalabilir, ne ne kadar tutuyor +##daha belli degil.... --eray + class InstallError(Exception): pass