__init__(self,
lastModName,
packPath,
productsPaths)
(Constructor)
| source code
|
Adds PluginLoaders for plugins in productsPaths to the pluginLoaders
dictionary.
lastModName - the directory name where the plugins are found. this name
is appended to the following paths
packPath - path to the directory that holds the plugin modules inside
a zenpack. this path is relative to the zenpack root
productsPaths - list of paths to directories that hold plugin
modules. these paths are relative to $ZENHOME/Products
a 'path', as used here, is a tuple of directory names
- Overrides:
object.__init__
|