diff --git a/ChangeLog b/ChangeLog index 5238c38ba..d22a192cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-11-27 Jerome Rapinat + * src/TipOfDay.py: remove uneeded sax escape, issue #1368 + 2007-11-27 Benny Malengier * src/ManagedWindow.py: new call_modal method. Reports tools should use that diff --git a/src/TipOfDay.py b/src/TipOfDay.py index 4295ffad8..8e3a3b7be 100644 --- a/src/TipOfDay.py +++ b/src/TipOfDay.py @@ -30,7 +30,6 @@ Handles the Tip of the Day dialog # #------------------------------------------------------------------------- from xml.parsers.expat import ParserCreate,ExpatError -from xml.sax.saxutils import escape from random import Random from gettext import gettext as _ import os