[Zope-Checkins] CVS: Zope2 - DTML.py:1.4
Andreas Jung
andreas@digicool.com
Wed, 23 May 2001 10:42:45 -0400
Update of /cvs-repository/Zope2/lib/python/AccessControl
In directory yetix:/work/sandboxes/Zope2/lib/python/AccessControl
Modified Files:
DTML.py
Log Message:
merged Extended DTML Sorting implementation
--- Updated File DTML.py in package Zope2 --
--- DTML.py 2001/04/27 20:27:37 1.3
+++ DTML.py 2001/05/23 14:42:04 1.4
@@ -89,6 +89,7 @@
from DocumentTemplate import DT_Util
import SecurityManagement, string, math, whrandom, random
+import DocumentTemplate.sequence
# Allow access to unprotected attributes
DT_Util.TemplateDict.__allow_access_to_unprotected_subobjects__=1
@@ -96,6 +97,8 @@
math.__allow_access_to_unprotected_subobjects__=1
whrandom.__allow_access_to_unprotected_subobjects__=1
random.__allow_access_to_unprotected_subobjects__=1
+
+DocumentTemplate.sequence.__allow_access_to_unprotected_subobjects__=1
# Add security testing capabilities