2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/plugins/WritePkg.py: added import Utils to prevent crash on export

svn: r10183
This commit is contained in:
Raphael Ackermann 2008-03-04 17:32:38 +00:00
parent 4fa0c4e58c
commit 573a8ec7b3
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/plugins/WritePkg.py: added import Utils to prevent crash on export
2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/GrampletView.py: added infrastructure for
editing options from the gui.

View File

@ -59,6 +59,7 @@ import gtk
#-------------------------------------------------------------------------
from GrampsDbUtils import XmlWriter
from PluginUtils import register_export
import Utils
#-------------------------------------------------------------------------
#