~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-09-21 14:38:47 UTC
  • mto: This revision was merged to the branch mainline in revision 14011.
  • Revision ID: curtis.hovey@canonical.com-20110921143847-zxits7qrww028c6f
Rollback r13986 because team scopes are broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        handler="lp.services.features.webapp.end_request"
20
20
        />
21
21
 
22
 
    <securedutility
23
 
        class="lp.services.features.xmlrpc.FeatureFlagApplication"
24
 
        provides="lp.services.features.xmlrpc.IFeatureFlagApplication">
25
 
        <allow
26
 
            interface="lp.services.features.xmlrpc.IFeatureFlagApplication"/>
27
 
    </securedutility>
28
 
 
29
22
</configure>