~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/lazr/__init__.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
 
# GNU Affero General Public License version 3 (see the file LICENSE).
3
 
 
4
 
# pylint: disable-msg=W0401
5
 
 
6
 
"""The canonical.lazr module is a holding area for proposed LAZR features.
7
 
 
8
 
As LAZR approaches the time for release code will be moved from this module
9
 
to a dedicated LAZR branch and a sourcecode link added.
10
 
"""
11
 
 
12
 
from canonical.lazr.folder import *