Enhanced GENERAL plugins for flexible API: added data and process to GENERAL plugindata, more details at http://www.gramps-project.org/wiki/index.php?title=Addons_development#General_Plugins

svn: r15701
This commit is contained in:
Doug Blank
2010-08-11 05:42:46 +00:00
parent abd7b09450
commit 0199cd7da5
4 changed files with 125 additions and 10 deletions

View File

@ -290,7 +290,7 @@ class CLIManager(object):
"""
self._pmgr.reg_plugins(const.PLUGINS_DIR, dbstate, uistate)
self._pmgr.reg_plugins(const.USER_PLUGINS, dbstate, uistate,
append=False)
append=False, load_on_reg=True)
def startcli(errors, argparser):
"""