handle to ref conversions

svn: r6239
This commit is contained in:
Don Allingham
2006-03-31 04:19:06 +00:00
parent 97ee7bdc17
commit 6c0e2b86d6
19 changed files with 179 additions and 175 deletions

View File

@@ -58,7 +58,7 @@ except:
# GRAMPS modules
#
#-------------------------------------------------------------------------
import WriteXML
import GrampsDb
import Utils
import Mime
import const
@@ -136,7 +136,7 @@ class PackageWriter:
# Write XML now
g = create('burn:///%s/data.gramps' % base,OPEN_WRITE )
gfile = WriteXML.XmlWriter(self.db,None,1)
gfile = GrampsDb.XmlWriter(self.db,None,1)
gfile.write_handle(g)
g.close()