__init__(self,
modulesString,
config,
configsection,
folder,
verbose=False,
soft=False)
(Constructor)
| source code
|
Constructor
Super class constructor (contacts.AbstractContactSynchronizationModule.__init__ )
is called. Local variables are initialized. The settings from the
configuration file are loaded.
- Parameters:
modulesString - is a small string to help you make a unique id. It is the two
modules configuration-names concatinated.
config - is the configuration from ~/.pisi/conf. Use like
config.get(configsection,'user')
configsection - is the configuration from ~/.pisi/conf. Use like
config.get(configsection,'user')
folder - is a string with the location for where your module can save its
own files if necessary
verbose - should make your module "talk" more
soft - should tell you if you should make changes (ie. save)
- Overrides:
pisiinterfaces.AbstractSynchronizationModule.__init__
|