[Checkins] SVN: zope.error/trunk/src/zope/error/configure.zcml Don't do this here anymore, this is now in zope.app.appsetup.

Martijn Faassen faassen at infrae.com
Fri Jan 30 09:14:54 EST 2009


Log message for revision 95567:
  Don't do this here anymore, this is now in zope.app.appsetup.
  

Changed:
  U   zope.error/trunk/src/zope/error/configure.zcml

-=-
Modified: zope.error/trunk/src/zope/error/configure.zcml
===================================================================
--- zope.error/trunk/src/zope/error/configure.zcml	2009-01-30 13:57:26 UTC (rev 95566)
+++ zope.error/trunk/src/zope/error/configure.zcml	2009-01-30 14:14:54 UTC (rev 95567)
@@ -34,9 +34,4 @@
       component=".error.globalErrorReportingUtility"
       />
 
-  <subscriber
-      for="zope.app.appsetup.IDatabaseOpenedEvent"
-      handler=".bootstrap.bootStrapSubscriber"
-      />
-
 </configure>



More information about the Checkins mailing list