[Zope-Checkins] CVS: Zope/lib/python/AccessControl -
SimpleObjectPolicies.py:1.15
Brian Lloyd
brian at zope.com
Tue Jan 27 15:44:05 EST 2004
Update of /cvs-repository/Zope/lib/python/AccessControl
In directory cvs.zope.org:/tmp/cvs-serv8419/lib/python/AccessControl
Modified Files:
SimpleObjectPolicies.py
Log Message:
missing import
=== Zope/lib/python/AccessControl/SimpleObjectPolicies.py 1.14 => 1.15 ===
--- Zope/lib/python/AccessControl/SimpleObjectPolicies.py:1.14 Tue Jan 27 15:40:22 2004
+++ Zope/lib/python/AccessControl/SimpleObjectPolicies.py Tue Jan 27 15:44:04 2004
@@ -94,6 +94,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