* src/GrampsDbUtils/_WriteXML.py: fix typo
2007-09-05 Don Allingham <don@gramps-project.org> svn: r8930
This commit is contained in:
parent
4899980e4c
commit
f5292c0051
@ -1,3 +1,6 @@
|
||||
2007-09-05 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDbUtils/_WriteXML.py: fix typo
|
||||
|
||||
2007-09-05 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsDbFactories.py: XML direct load not supported
|
||||
* src/GrampsDb/Makefile.am: remove installation of GrampsXMLDB.py
|
||||
|
@ -57,7 +57,7 @@ def exportData(database, filename, person, option_box, callback=None):
|
||||
# XmlWriter
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class XmlWriter(GramspDb.GrampsDbXmlWriter):
|
||||
class XmlWriter(GrampsDb.GrampsDbXmlWriter):
|
||||
"""
|
||||
Writes a database to the XML file.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user