]> CRI, Mines Paris - PSL - Portfolio.git/commitdiff
déplacement zope.app.container -> zope.container.
authorBenoît Pin <benoit.pin@gmail.com>
Tue, 11 Jun 2013 14:59:07 +0000 (16:59 +0200)
committerBenoît Pin <benoit.pin@gmail.com>
Tue, 11 Jun 2013 14:59:07 +0000 (16:59 +0200)
event.zcml

index 09091f0f76e81786304373965e9e568a0c44039d..7aa6fbc75707525f94fd6f85dc0b5c4af416ca34 100644 (file)
@@ -2,7 +2,7 @@
     xmlns="http://namespaces.zope.org/zope">
   <subscriber
     for=".interfaces.IPhoto
-          zope.app.container.interfaces.IObjectAddedEvent"
+          zope.container.interfaces.IObjectAddedEvent"
     handler=".event_handlers.processQueueAdd"
       />
   <subscriber