* src/Exporter.py (native_export): Use real export.

* src/WriteGrdb.py (exportData): Provide default cl value.


svn: r4081
This commit is contained in:
Alex Roitman
2005-02-23 04:39:05 +00:00
parent b4d54945d3
commit 81a41b3d9a
3 changed files with 6 additions and 2 deletions

View File

@@ -367,7 +367,8 @@ class Exporter:
options may be added.
"""
try:
shutil.copyfile(database.get_save_path(),filename)
import WriteGrdb
WriteGrdb.exportData(database,filename,person)
return 1
except IOError, msg:
QuestionDialog.ErrorDialog( _("Could not write file: %s") % filename,