8687.15.17
by Karl Fogel
Add the copyright header block to the rest of the files under lib/lp/. |
1 |
# Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
# GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
||
7944.3.27
by Francis J. Lacoste
Added docstrings. |
4 |
"""The lp.coop namespace package.
|
5 |
||
6 |
WARNING: This is a namespace package, it should only include other packages,
|
|
7 |
but no actual code or modules.
|
|
8 |
||
9 |
In this namespace live packages that bridges the different Launchpad
|
|
10 |
applications together.
|
|
11 |
||
12 |
For example, lp.coop.answersbugs contains the code handling linking answers
|
|
13 |
and bugs together.
|
|
14 |
||
15 |
Packages in this namespace can depends on any of the Launchpad applications.
|
|
16 |
The only thing they can't import from is lp.app.
|
|
17 |
"""
|