summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/fixtureapp/another.zcml
blob: c01245656280c2e3b822ea6c0c17a707ddc870dc (plain)
1
2
3
4
5
6
7
8
9
10
<configure xmlns="http://namespaces.repoze.org/bfg">

  <view
      view=".views.fixture_view"
      for="*"
      name="another.html"
      permission="repoze.view"
      />

</configure>