From 0614860e9f64510388c77ab91ac7ebba63e7cb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 27 Nov 2007 12:16:56 +0000 Subject: [PATCH] svn: r9416 --- ChangeLog | 3 +++ src/TipOfDay.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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