[Zope3-checkins] CVS: Zope3/src/zope/app/i18n - configure.zcml:1.10

Nathan Yergler nathan at yergler.net
Tue Mar 23 11:37:50 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:


Removed crufty imports, declarations about IAddNotified and IRemoveNotified 
interfaces.


=== Zope3/src/zope/app/i18n/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/i18n/configure.zcml:1.9	Sat Mar 13 18:00:56 2004
+++ Zope3/src/zope/app/i18n/configure.zcml	Tue Mar 23 11:37:19 2004
@@ -43,9 +43,7 @@
 <content class=".translationdomain.DomainRegistration">
   <require
     permission="zope.ManageServices"
-    interface="zope.app.utility.interfaces.IUtilityRegistration
-               zope.app.container.interfaces.IAddNotifiable
-               zope.app.container.interfaces.IRemoveNotifiable"
+    interface="zope.app.utility.interfaces.IUtilityRegistration"
     set_schema="zope.app.utility.interfaces.IUtilityRegistration" />
 </content>
 




More information about the Zope3-Checkins mailing list