Skip to content

Commit

Permalink
Changed subscribers to be handlers, meaning that most event handlers
Browse files Browse the repository at this point in the history
are now just simple handler functions.
  • Loading branch information
Jim Fulton committed May 26, 2004
1 parent 22c5d20 commit ae1036d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configure.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<configure xmlns="http://namespaces.zope.org/zope">

<content class=".broken.Broken">
<allow interface="zope.app.annotation.interfaces.IAnnotations" />
</content>

<subscriber
factory=".broken.installBrokenSubscriber"
for="zope.app.appsetup.IDatabaseOpenedEvent"
/>

<include file="browser.zcml" />

</configure>

0 comments on commit ae1036d

Please sign in to comment.