* src/GrampsDbUtils/_WriteXML.py: fix typo

2007-09-05  Don Allingham  <don@gramps-project.org>


svn: r8930
This commit is contained in:
Don Allingham 2007-09-05 23:21:34 +00:00
parent 4899980e4c
commit f5292c0051
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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.
"""