svn: r9416

This commit is contained in:
Jérôme Rapinat 2007-11-27 12:16:56 +00:00
parent f42d1870c5
commit 0614860e9f
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-11-27 Jerome Rapinat <romjerome@yahoo.fr>
* src/TipOfDay.py: remove uneeded sax escape, issue #1368
2007-11-27 Benny Malengier <benny.malengier@gramps-project.org> 2007-11-27 Benny Malengier <benny.malengier@gramps-project.org>
* src/ManagedWindow.py: new call_modal method. * src/ManagedWindow.py: new call_modal method.
Reports tools should use that Reports tools should use that

View File

@ -30,7 +30,6 @@ Handles the Tip of the Day dialog
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from xml.parsers.expat import ParserCreate,ExpatError from xml.parsers.expat import ParserCreate,ExpatError
from xml.sax.saxutils import escape
from random import Random from random import Random
from gettext import gettext as _ from gettext import gettext as _
import os import os