[Zope3-checkins] CVS: Zope3/src/zope/app/process - bootstrap.py:1.7 metadirectives.py:1.2

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


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

Modified Files:
	bootstrap.py metadirectives.py 
Log Message:
Removed unused imports.


=== Zope3/src/zope/app/process/bootstrap.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/process/bootstrap.py:1.6	Tue Aug 12 17:27:55 2003
+++ Zope3/src/zope/app/process/bootstrap.py	Sun Aug 17 02:07:26 2003
@@ -38,8 +38,6 @@
 from zope.app.services.principalannotation import PrincipalAnnotationService
 from zope.app.services.interface import LocalInterfaceService
 from zope.proxy import removeAllProxies
-from zope.app.event import publish
-from zope.app.event.objectevent import ObjectCreatedEvent
 from zope.app.event import function
 from zope.component.exceptions import ComponentLookupError
 from zope.app.interfaces.services.hub import ISubscriptionControl


=== Zope3/src/zope/app/process/metadirectives.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/process/metadirectives.py:1.1	Sat Aug  2 12:34:53 2003
+++ Zope3/src/zope/app/process/metadirectives.py	Sun Aug 17 02:07:26 2003
@@ -15,8 +15,6 @@
 
 $Id$
 """
-from zope.app.component.metaconfigure import handler
-from zope.app.renderer.sourcetype import SourceTypes 
 from zope.configuration.fields import GlobalObject, Bool
 from zope.interface import Interface
 from zope.schema import TextLine, BytesLine, Int




More information about the Zope3-Checkins mailing list