~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-02-25 16:06:03 UTC
  • mfrom: (12467.1.2 remove-canonical.widgets)
  • Revision ID: launchpad@pqm.canonical.com-20110225160603-dk4yys8lqys56nvq
[r=jml][bug=724138][no-qa] Remove canonical.widgets,
        and upgrade to a shipit that imports from less places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
 
# GNU Affero General Public License version 3 (see the file LICENSE).
3
 
 
4
 
# This is a stub to keep canonical.shipit operational. this module
5
 
# can delete when shipit is independent.
6
 
 
7
 
from lp.app.widgets.itemswidgets import (
8
 
    CheckBoxMatrixWidget,
9
 
    LabeledMultiCheckBoxWidget,
10
 
    )
11
 
 
12