Trees | Indices | Help |
|
---|
|
__init__
Initialize the Confmon Product
Products must follow the following standard The name of the module (file) and the name of the product class inside the file must be the same.
If there is a ZMI add screen it must be called "add" + class name (ie addDevice)and it must be defined at the module level.
the class factory must be a function at the module level called manage_add + class name (ie manage_addDevice)
If there is an icon for the product it should be called class name + _icon.gif
$Id: __init__.py,v 1.50 2004/04/06 02:19:04 edahl Exp $Version: 1.50
|
|||
|
|||
|
|
|||
__doc__ = """__ini
|
|||
log = logging.getLogger("zen")
|
|||
__path__ = None
|
|||
confmon_globals =
|
|||
productNames =
|
|||
confmonModules =
|
|
__doc__
|
confmon_globals
|
productNames
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Oct 25 16:27:41 2007 | http://epydoc.sourceforge.net |