* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.
svn: r6133
This commit is contained in:
ChangeLog
src
ArgHandler.py
DateHandler
Exporter.pyGrampsDb
Makefile.amPluginUtils
ViewManager.pydocgen
AbiWord2Doc.pyAsciiDoc.pyHtmlDoc.pyKwordDoc.pyLPRDoc.pyLaTeXDoc.pyODFDoc.pyOpenOfficeDoc.pyPSDrawDoc.pyPdfDoc.pyRTFDoc.pySpreadSheetDoc.pySvgDrawDoc.py
gramps_main.pyplugins
AncestorChart.pyAncestorChart2.pyAncestorReport.pyAncestors.pyBookReport.pyCalendar.pyChangeNames.pyChangeTypes.pyCheck.pyCheckpoint.pyCmdRef.pyCountAncestors.pyCustomBookText.pyDesGraph.pyDesbrowser.pyDescendChart.pyDescendReport.pyDetAncestralReport.pyDetDescendantReport.pyDumpGenderStats.pyEval.pyEventCmp.pyExportVCalendar.pyExportVCard.pyFamilyGroup.pyFanChart.pyFilterEditor.pyFtmStyleAncestors.pyFtmStyleDescendants.pyGraphViz.pyImportGeneWeb.pyImportvCard.pyIndivComplete.pyIndivSummary.pyLeak.pyMerge.pyNavWebPage.pyPHPGedViewConnector.pyPatchNames.pyReadPkg.pyRebuild.pyRelCalc.pyReorderIds.pySimpleBookTitle.pySoundGen.pyStatisticsChart.pySummary.pyTestcaseGenerator.pyTimeLine.pyVerify.pyWriteCD.pyWriteFtree.pyWriteGeneWeb.pyWritePkg.pyrel_da.pyrel_de.pyrel_es.pyrel_fi.pyrel_fr.pyrel_hu.pyrel_it.pyrel_no.pyrel_ru.pyrel_sv.py
@@ -32,7 +32,7 @@ from random import randint
|
||||
from tempfile import NamedTemporaryFile
|
||||
from tempfile import mkstemp
|
||||
from gettext import gettext as _
|
||||
|
||||
from PluginUtils import register_tool
|
||||
#
|
||||
# Interface to phpGedView
|
||||
#
|
||||
@@ -425,8 +425,6 @@ else:
|
||||
#
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from PluginMgr import register_tool
|
||||
|
||||
def phpGedViewImporterCaller(database,active_person,callback,parent=None):
|
||||
phpGedViewImporter(database)
|
||||
|
||||
|
Reference in New Issue
Block a user