svn: r9416
This commit is contained in:
parent
f42d1870c5
commit
0614860e9f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user