~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/identity/interfaces/webservice.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 22:01:40 UTC
  • mfrom: (14583.1.25 move-webservice)
  • Revision ID: launchpad@pqm.canonical.com-20111222220140-o53ycgaapjua1dde
[rs=sinzui][bug=907843] Move webservice to lp.services.webservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
"""All the interfaces that are exposed through the webservice.
5
5
 
6
6
There is a declaration in ZCML somewhere that looks like:
7
 
  <webservice:register module="canonical.launchpad.interfaces.webservice" />
 
7
  <webservice:register module="lp.patchwebservice" />
8
8
 
9
9
which tells `lazr.restful` that it should look for webservice exports here.
10
10
"""