[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - ProxyIntrospection.py:1.4
Jeremy Hylton
jeremy@zope.com
Fri, 13 Dec 2002 18:06:46 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv8228
Modified Files:
ProxyIntrospection.py
Log Message:
Remove unused import.
=== Zope3/lib/python/Zope/Proxy/ProxyIntrospection.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/Proxy/ProxyIntrospection.py:1.3 Thu Jul 18 14:05:46 2002
+++ Zope3/lib/python/Zope/Proxy/ProxyIntrospection.py Fri Dec 13 18:06:46 2002
@@ -44,7 +44,7 @@
self._proxy_types[Proxy] = getObject
# register context wrappers
- from Zope.ContextWrapper import Wrapper, wrapperTypes, getobject
+ from Zope.ContextWrapper import wrapperTypes, getobject
for wrapper_type in wrapperTypes:
self._proxy_types[wrapper_type] = getobject