Skip to content

Commit

Permalink
<content> -> <class>
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Mar 15, 2006
0 parents commit 67e91e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configure.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<configure xmlns="http://namespaces.zope.org/zope">

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

<subscriber
handler=".broken.installBroken"
for="zope.app.appsetup.IDatabaseOpenedEvent"
/>

<include file="browser.zcml" />

</configure>

0 comments on commit 67e91e7

Please sign in to comment.