1
# Copyright 2011 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""All the interfaces that are exposed through the webservice.
6
There is a declaration in ZCML somewhere that looks like:
7
<webservice:register module="canonical.launchpad.interfaces.webservice" />
9
which tells `lazr.restful` that it should look for webservice exports here.
14
'IWebServiceApplication',
17
from lp.services.webservice.interfaces import IWebServiceApplication