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 09091f0..7aa6fbc 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