X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..d76c7abb8c1c3d2041bcf91700c302f1d7271876:/event.zcml?ds=inline

diff --git a/event.zcml b/event.zcml
index eee9024..f758a72 100644
--- a/event.zcml
+++ b/event.zcml
@@ -13,7 +13,7 @@
   -->
   <subscriber
     for="Products.CMFCore.interfaces.IContentish
-         zope.app.container.interfaces.IObjectRemovedEvent"
+         zope.container.interfaces.IObjectRemovedEvent"
     handler=".event_handlers.handleObjectRemoved"
       />
 </configure>