* 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:
@@ -469,7 +469,8 @@ class TimeLineOptions(ReportOptions.ReportOptions):
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
from Plugins import register_report
|
||||
from PluginMgr import register_report
|
||||
|
||||
register_report(
|
||||
name = 'timeline',
|
||||
category = const.CATEGORY_DRAW,
|
||||
|
Reference in New Issue
Block a user