projects
/
Portfolio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
efdda20aa831d169456249881ad988ad82310f9d
[Portfolio.git]
/
event.zcml
1
<configure
2
xmlns="http://namespaces.zope.org/zope">
3
<subscriber
4
for=".interfaces.IPhoto
5
zope.app.container.interfaces.IObjectAddedEvent"
6
handler=".event_handlers.processQueueAdd"
7
/>
8
</configure>