From 610b5d5fde723d269a77f12c536dd1021aceb1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Wed, 10 Aug 2005 18:25:41 +0000 Subject: [PATCH] * bunu unutmusuz --- pisi/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/__init__.py b/pisi/__init__.py index e0899e6c..d79eb86d 100644 --- a/pisi/__init__.py +++ b/pisi/__init__.py @@ -14,10 +14,10 @@ __version__ = "0.2" __all__ = [ 'toplevel', 'packagedb', 'installdb' ] -class PisiError(Exception): +class Error(Exception): """Class of exceptions that lead to program termination""" pass -class PisiException(Exception): +class Exception(Exception): """Class of exceptions that must be caught and handled within PISI""" pass