~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-22 16:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222164727-3dxw9aoqachciqn1
Removed c.l interfaces and zcml.
Moved webservice zcml to patchwebservice.

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
"""