[Zope3-checkins] CVS: Zope3/src/zope/app/startup - bootstrap.py:1.15.12.2
Steve Alexander
steve@cat-box.net
Thu, 15 May 2003 10:50:03 -0400
Update of /cvs-repository/Zope3/src/zope/app/startup
In directory cvs.zope.org:/tmp/cvs-serv12712/src/zope/app/startup
Modified Files:
Tag: stevea-decorators-branch
bootstrap.py
Log Message:
More work on Decorators.
Converted existing tests to use decorators instead of ZopeContainerAdapter.
=== Zope3/src/zope/app/startup/bootstrap.py 1.15.12.1 => 1.15.12.2 ===
--- Zope3/src/zope/app/startup/bootstrap.py:1.15.12.1 Wed May 14 13:44:12 2003
+++ Zope3/src/zope/app/startup/bootstrap.py Thu May 15 10:49:32 2003
@@ -33,7 +33,6 @@
from zope.app.services.event import EventService
from zope.app.services.errorr import ErrorReportingService
from zope.app.services.principalannotation import PrincipalAnnotationService
-#from zope.app.container.zopecontainer import ZopeContainerAdapter
from zope.proxy.context import ContextWrapper
from zope.proxy.introspection import removeAllProxies
from zope.app.event import publish