[Checkins] SVN: zc.selenium/branches/wosc-zope2/src/zc/selenium/zope2.zcml removed unecessary ISite declaration for Application

Wolfgang Schnerring wosc at wosc.de
Tue Feb 17 05:01:40 EST 2009


Log message for revision 96629:
  removed unecessary ISite declaration for Application
  

Changed:
  U   zc.selenium/branches/wosc-zope2/src/zc/selenium/zope2.zcml

-=-
Modified: zc.selenium/branches/wosc-zope2/src/zc/selenium/zope2.zcml
===================================================================
--- zc.selenium/branches/wosc-zope2/src/zc/selenium/zope2.zcml	2009-02-17 09:27:11 UTC (rev 96628)
+++ zc.selenium/branches/wosc-zope2/src/zc/selenium/zope2.zcml	2009-02-17 10:01:40 UTC (rev 96629)
@@ -3,10 +3,5 @@
   xmlns:five="http://namespaces.zope.org/five"
   >
 
-
   <five:traversable class="OFS.Application.Application" />
-  <five:implements
-    class="OFS.Application.Application"
-    interface="zope.app.component.interfaces.ISite"
-    />
 </configure>
\ No newline at end of file



More information about the Checkins mailing list