~launchpad-pqm/launchpad/devel

8687.15.10 by Karl Fogel
Add the copyright header block to top-level files.
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
3
2068 by Canonical.com Patch Queue Manager
[r=SteveA/trivial] import fascism, kill translationeffort, kill sshkey browser code, add __all__s to interfaces, other cleanings-up
4
"""Module docstring goes here."""
5
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
6
__metaclass__ = type
3691.222.4 by Stuart Bishop
Add __all__ to standard template
7
__all__ = []
8