~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2010-07-01 01:39:46 UTC
  • mto: This revision was merged to the branch mainline in revision 11157.
  • Revision ID: robertc@lpdev-20100701013946-qsgq0lbg9rdmbd5b
Move the profile module to lp.services.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
    <subscriber
10
10
        for="zope.app.publication.interfaces.IStartRequestEvent"
11
 
        handler="canonical.launchpad.webapp.profile.start_request"
 
11
        handler="lp.services.profile.profile.start_request"
12
12
        />
13
13
 
14
14
    <subscriber
15
15
        for="zope.app.publication.interfaces.IEndRequestEvent"
16
 
        handler="canonical.launchpad.webapp.profile.end_request"
 
16
        handler="lp.services.profile.profile.end_request"
17
17
        />
18
18
 
19
19
</configure>