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

Jeremy Hylton jeremy@zope.com
Wed, 17 Apr 2002 17:46:00 -0400


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

Added Files:
      Tag: SecurityProxy-branch
	Proxy.py 
Log Message:
Please replace this at your earliest convenient with a space suit.


=== Added File Zope3/lib/python/Zope/Security/Proxy.py ===
# A stub implementation of security proxies

from Zope.ContextWrapper import Wrapper

def Proxy(obj):
    return Wrapper(obj)