* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.
svn: r6133
This commit is contained in:
@ -33,6 +33,7 @@ import RelLib
|
||||
import Relationship
|
||||
import types
|
||||
from gettext import gettext as _
|
||||
from PluginUtils import register_relcalc
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@ -330,8 +331,6 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
|
||||
# Register this function with the Plugins system
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from PluginMgr import register_relcalc
|
||||
|
||||
register_relcalc(RelationshipCalculator,
|
||||
["es","ES","es_ES","espanol","Espanol","es_ES.UTF8","es_ES@euro","es_ES.UTF8@euro",
|
||||
"spanish","Spanish", "es_ES.UTF-8", "es_ES.utf-8", "es_ES.utf8"])
|
||||
|
Reference in New Issue
Block a user