~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2009 Canonical Ltd.  This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).

"""The lp.coop namespace package.

WARNING: This is a namespace package, it should only include other packages,
but no actual code or modules.

In this namespace live packages that bridges the different Launchpad
applications together.

For example, lp.coop.answersbugs contains the code handling linking answers
and bugs together.

Packages in this namespace can depends on any of the Launchpad applications.
The only thing they can't import from is lp.app.
"""