[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate/tests -
	batch.py:1.2.62.1
    Steve Alexander 
    steve at cat-box.net
       
    Wed Jan 14 15:58:46 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/pagetemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv17568/src/zope/pagetemplate/tests
Modified Files:
      Tag: steveachrismcd-securitypolicy-branch
	batch.py 
Log Message:
Removed all other traces of roles from the core code.
=== Zope3/src/zope/pagetemplate/tests/batch.py 1.2 => 1.2.62.1 ===
--- Zope3/src/zope/pagetemplate/tests/batch.py:1.2	Wed Dec 25 09:15:13 2002
+++ Zope3/src/zope/pagetemplate/tests/batch.py	Wed Jan 14 15:58:15 2004
@@ -11,8 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-__allow_access_to_unprotected_subobjects__={'batch': 1}
-__roles__=None
+##__allow_access_to_unprotected_subobjects__={'batch': 1}
+##__roles__=None
 
 
 class batch:
    
    
More information about the Zope3-Checkins
mailing list