* src/Plugins.py: move non-gui functions to PluginMgr.py

* src/PluginMgr.py: Non-gui functions for plugins
* src/Makefile.am: Added PluginMgr.py
* various: switch from Plugins to PluginMgr


svn: r3866
This commit is contained in:
Don Allingham
2005-01-05 05:02:19 +00:00
parent 5ed9b8db51
commit e7569e2671
79 changed files with 589 additions and 539 deletions

View File

@@ -899,5 +899,5 @@ _description = _('The GRAMPS XML database is a format used by older '
_config = None
_filename = 'gramps'
from Plugins import register_export
from PluginMgr import register_export
register_export(exportData,_title,_description,_config,_filename)