[Zope-Checkins] CVS: Packages/TAL - TALParser.py:1.22.10.1

Yvo Schubbe y.2004_ at wcm-solutions.de
Wed Oct 6 04:38:35 EDT 2004


Update of /cvs-repository/Packages/TAL
In directory cvs.zope.org:/tmp/cvs-serv9843/lib/python/TAL

Modified Files:
      Tag: Zope-2_7-branch
	TALParser.py 
Log Message:
- enabled i18n namespace for XML mode


=== Packages/TAL/TALParser.py 1.22 => 1.22.10.1 ===
--- Packages/TAL/TALParser.py:1.22	Thu Mar 20 14:58:27 2003
+++ Packages/TAL/TALParser.py	Wed Oct  6 04:38:35 2004
@@ -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