|
|
load(self,
name,
url=None,
md5sig=None,
pgpsig=None)
Try to load addon ``name`` and install it if an ``url`` is specified
and addon installation is allowed in the configuration. |
source code
|
|
|
|
install(self,
name,
url,
md5sig=None,
pgpsig=None)
Force installation of an addon with ``name`` from the given ``url``. |
source code
|
|
|
|
remove(self,
name)
Remove an addon with ``name``, only names relative to ``addondir``
are accepted. |
source code
|
|
|
|
setup(self,
name,
what)
Run setup using ``what`` for addon ``name``. |
source code
|
|