opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/PlacelessTranslationService __init__.py...


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/PlacelessTranslationService __init__.py...
Date: Tue, 18 Feb 2003 17:31:56 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/18 17:31:56

Modified files:
        PlacelessTranslationService: __init__.py 
Added files:
        PlacelessTranslationService: PatchStringIO.py 

Log message:
        adding a StringIO patch, used also in Localizer to get around ZPT 
unicode flakyness

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/PatchStringIO.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/__init__.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: opental/PlacelessTranslationService/__init__.py
diff -u opental/PlacelessTranslationService/__init__.py:1.3 
opental/PlacelessTranslationService/__init__.py:1.4
--- opental/PlacelessTranslationService/__init__.py:1.3 Sun Jan 26 18:17:07 2003
+++ opental/PlacelessTranslationService/__init__.py     Tue Feb 18 17:31:56 2003
@@ -16,7 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
 __version__ = '''
-$Id: __init__.py,v 1.3 2003/01/26 23:17:07 lalo Exp $
+$Id: __init__.py,v 1.4 2003/02/18 22:31:56 lalo Exp $
 '''.strip()
 
 from PlacelessTranslationService import PlacelessTranslationService, log
@@ -24,6 +24,8 @@
 from Products.PageTemplates.GlobalTranslationService import 
setGlobalTranslationService
 import os, glob, zLOG, sys
 
+# patch flaky ZPT - this must be removed once someone fixes it
+import PatchStringIO
 
 # default (gettext) translation service
 translation_service = PlacelessTranslationService('default')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]