[Zope3-checkins] CVS: Zope3/src/zope/app - introspector.py:1.16

Philipp von Weitershausen philikon at philikon.de
Sun Aug 17 03:09:52 EDT 2003


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

Modified Files:
	introspector.py 
Log Message:
Removed unused imports.


=== Zope3/src/zope/app/introspector.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/introspector.py:1.15	Fri Aug 15 20:42:31 2003
+++ Zope3/src/zope/app/introspector.py	Sun Aug 17 02:05:18 2003
@@ -25,7 +25,6 @@
 from zope.interface import directlyProvides, directlyProvidedBy, providedBy
 from zope.interface.interfaces import IInterface
 from zope.app.services.servicenames import Interfaces
-from zope.component.exceptions import ComponentLookupError
 
 class Introspector:
     """Introspects an object"""




More information about the Zope3-Checkins mailing list