[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/classmodule - browser.py:1.2

Martijn Faassen m.faassen at vet.uu.nl
Wed Feb 25 17:27:16 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/apidoc/classmodule
In directory cvs.zope.org:/tmp/cvs-serv23603/src/zope/app/apidoc/classmodule

Modified Files:
	browser.py 
Log Message:
Remove unused imports.


=== Zope3/src/zope/app/apidoc/classmodule/browser.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/apidoc/classmodule/browser.py:1.1	Thu Feb 19 15:46:40 2004
+++ Zope3/src/zope/app/apidoc/classmodule/browser.py	Wed Feb 25 17:26:45 2004
@@ -21,9 +21,7 @@
 from zope.interface import implementedBy
 from zope.configuration.config import ConfigurationContext
 from zope.security.checker import getCheckerForInstancesOf
-from zope.proxy import removeAllProxies
 
-from zope.app import zapi
 from zope.app.apidoc.utilities import \
      getPythonPath, stx2html, getPermissionIds, getFunctionSignature, \
      getPublicAttributes, getInterfaceForAttribute




More information about the Zope3-Checkins mailing list