[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - Proxy.py:1.1.2.13

Fred L. Drake, Jr. fdrake@acm.org
Mon, 22 Apr 2002 15:58:54 -0400


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

Modified Files:
      Tag: SecurityProxy-branch
	Proxy.py 
Log Message:
Down, Fred, down!  Do not change code on Mondays!
Fix previous, over-eager commit.


=== Zope3/lib/python/Zope/Security/Proxy.py 1.1.2.12 => 1.1.2.13 ===
 Proxy.__implements__ = ISecurityProxyFactory
 
+from Checker import Checker
+_defaultChecker = Checker({}.get)
+
 from CheckerRegistry import getChecker, NoProxy