~launchpad-pqm/launchpad/devel

8687.15.19 by Karl Fogel
Add the copyright header block to __init__.py files under lib/canonical/
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
4983.1.1 by Curtis Hovey
Added lint exceptions to __init__.py and interface/*.py.
4
# pylint: disable-msg=W0401
4483.4.4 by Barry Warsaw
Flesh out the XMLRPC implementation of IRequestedMailingListAPI, along with
5
3258.4.2 by Steve Alexander
Add some doctests of the xmlrpc self-test and infrastructural base-class.
6
"""XMLRPC views and APIs on Launchpad objects."""
3258.4.1 by Steve Alexander
Disable trebuchet. Make XMLRPC work, with an (untested) self-check API.
7
7940.2.4 by Jonathan Lange
Move return_fault out of codehosting into __init__.py
8