[Zope-Checkins] CVS: Zope/lib/python/AccessControl - SimpleObjectPolicies.py:1.12.70.4

Brian Lloyd brian at zope.com
Tue Jan 27 15:43:58 EST 2004


Update of /cvs-repository/Zope/lib/python/AccessControl
In directory cvs.zope.org:/tmp/cvs-serv8261/lib/python/AccessControl

Modified Files:
      Tag: Zope-2_7-branch
	SimpleObjectPolicies.py 
Log Message:
missing import


=== Zope/lib/python/AccessControl/SimpleObjectPolicies.py 1.12.70.3 => 1.12.70.4 ===
--- Zope/lib/python/AccessControl/SimpleObjectPolicies.py:1.12.70.3	Tue Jan 27 15:40:11 2004
+++ Zope/lib/python/AccessControl/SimpleObjectPolicies.py	Tue Jan 27 15:43:58 2004
@@ -73,6 +73,7 @@
 
 Containers = ContainerAssertions.get
 
+from types import IntType, DictType, TypeType, ListType
 def allow_type(Type, allowed=1):
     """Allow a type and all of its methods and attributes to be used from
     restricted code.  The argument Type must be a type."""




More information about the Zope-Checkins mailing list