[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALParser.py enabled
i18n namespace for XML mode
Yvo Schubbe
y.2004_ at wcm-solutions.de
Wed Oct 6 04:40:56 EDT 2004
Log message for revision 27772:
enabled i18n namespace for XML mode
Changed:
U Zope/trunk/lib/python/TAL/TALParser.py
-=-
Modified: Zope/trunk/lib/python/TAL/TALParser.py
===================================================================
--- Zope/trunk/lib/python/TAL/TALParser.py 2004-10-06 03:49:23 UTC (rev 27771)
+++ Zope/trunk/lib/python/TAL/TALParser.py 2004-10-06 08:40:56 UTC (rev 27772)
@@ -80,7 +80,6 @@
taldict[keybase] = value
item = item + ("tal",)
elif ns == 'i18n':
- assert 0, "dealing with i18n: " + `(keybase, value)`
i18ndict[keybase] = value
item = item + ('i18n',)
fixedattrlist.append(item)
More information about the Zope-Checkins
mailing list