~launchpad-pqm/launchpad/devel

23 by Canonical.com Patch Queue Manager
correct broken commit that bypassessed arch-inventory
1
<!-- Use this as an example for setting up your principals -->
2
<!-- file. Don't simply copy this file to principals.zcml -->
3
<!-- unless you absolutely know it will only be used for -->
4
<!-- development. -->
5
<configure xmlns='http://namespaces.zope.org/zope'>
6
7
  <unauthenticatedPrincipal
8
    id="zope.anybody"
9
    title="Unauthenticated User" />
10
11
</configure>