* bunu unutmusuz

This commit is contained in:
Eray Özkural
2005-08-10 18:25:41 +00:00
parent 5e9995fd0e
commit 610b5d5fde
+2 -2
View File
@@ -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