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:
parent
4fa0c4e58c
commit
573a8ec7b3
@ -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.
|
||||
|
@ -59,6 +59,7 @@ import gtk
|
||||
#-------------------------------------------------------------------------
|
||||
from GrampsDbUtils import XmlWriter
|
||||
from PluginUtils import register_export
|
||||
import Utils
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user