[Zope-Checkins] CVS: Zope3/lib/python/Zope/PageTemplate - TALES.py:1.1.2.8.2.1

Stephan Richter srichter@cbu.edu
Mon, 4 Mar 2002 01:18:39 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/PageTemplate
In directory cvs.zope.org:/tmp/cvs-serv32648/lib/python/Zope/PageTemplate

Modified Files:
      Tag: srichter-OFS_Formulator-branch
	TALES.py 
Log Message:
- Simple setup (ZCML) changes of files.

- Various other little things


=== Zope3/lib/python/Zope/PageTemplate/TALES.py 1.1.2.8 => 1.1.2.8.2.1 ===
 
 class Iterator(Zope.ZTUtils.Iterator):
+    __allow_access_to_unprotected_subobjects__ = 1
     def __init__(self, name, seq, context):
         Zope.ZTUtils.Iterator.__init__(self, seq) # :
         self.name = name