[Zope3-checkins] CVS: Zope3/src/zope/proxy/context - __init__.py:1.7
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:16 -0400
Update of /cvs-repository/Zope3/src/zope/proxy/context
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/proxy/context
Modified Files:
__init__.py
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)
=== Zope3/src/zope/proxy/context/__init__.py 1.6 => 1.7 ===
--- Zope3/src/zope/proxy/context/__init__.py:1.6 Fri Apr 18 18:12:33 2003
+++ Zope3/src/zope/proxy/context/__init__.py Thu May 1 15:35:45 2003
@@ -29,8 +29,7 @@
from zope.proxy.context.wrapper import ContextMethod, ContextProperty
from zope.proxy.context.wrapper import Wrapper
from zope.security.checker import defineChecker, selectChecker, BasicTypes
-from types import ClassType
-import inspect
+
from zope.proxy.interfaces.context import IContextWrapper
moduleProvides(IContextWrapper)