Home | Trees | Indices | Help |
---|
|
This module is the central core of the svnmailer. It dispatches all
work to be done. It contains just one class (Main), which
reads the config file while it is initialized. When the
Main.run()
method is called, it selects the groups to be
notified, the notifiers to be run and runs all notifiers for each
group.
The Main class may raise several exceptions (which all inherit from Error):
KeyboardInterrupt
and
SystemExit
) and will initialize the NotifierError with the list of traceback strings,
one for each exception occured. (See the format_exception docs at
http://docs.python.org/lib/module-traceback.html).
svn_err_code
, svn_err_name
and
svn_err_str
Author: Andr\xc3\xa9 Malo
|
|||
Error Base exception for this module |
|||
ConfigError Configuration error occurred |
|||
NotifierError An Notifier error occured |
|||
Main main svnmailer logic |
|||
GroupSet Container object for a single groupset |
|
|||
__package__ = None hash(x) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Sep 25 21:07:32 2011 | http://epydoc.sourceforge.net |