[Happydoc-checkins] CVS: HappyDoc3/happydoclib pluginloader.py,1.3,1.4
Brought to you by:
doughellmann,
krlosaqp
|
From: Doug H. <dou...@us...> - 2003-01-01 13:47:51
|
Update of /cvsroot/happydoc/HappyDoc3/happydoclib
In directory sc8-pr-cvs1:/tmp/cvs-serv26299/happydoclib
Modified Files:
pluginloader.py
Log Message:
Docstring for exception class.
Index: pluginloader.py
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc3/happydoclib/pluginloader.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pluginloader.py 29 Dec 2002 18:35:33 -0000 1.3
--- pluginloader.py 1 Jan 2003 13:47:47 -0000 1.4
***************
*** 73,76 ****
--- 73,78 ----
class PluginException(Exception):
+ """Exception raised when any error occurs while loading a plugin.
+ """
def __init__(self, wrappedException, pluginName):
|