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

* plugins/WritePkg.py: fix package export
	* GrampsDbUtils/_WriteXML.py: fix package export



svn: r8925
This commit is contained in:
Don Allingham
2007-09-04 03:21:44 +00:00
parent 079fb3358d
commit af618d3079
3 changed files with 34 additions and 7 deletions
ChangeLog
src
GrampsDbUtils
plugins

@ -83,7 +83,8 @@ class XmlWriter(GrampsDbXmlWriter):
def __init__(self, db, callback, strip_photos, compress=1):
"""
"""
GrampsDbXmlWriter.__init__(self, db, strip_photos, compress, const.version)
GrampsDbXmlWriter.__init__(self, db, strip_photos, compress,
const.version, callback)
def write(self,filename):
"""