~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/utilities/__init__.py

  • Committer: Curtis Hovey
  • Date: 2011-12-20 20:40:15 UTC
  • mto: (14565.2.1 apocalyptic-pieces)
  • mto: This revision was merged to the branch mainline in revision 14570.
  • Revision ID: curtis.hovey@canonical.com-20111220204015-aa6yy50ows6n6srz
Moved orderingcheck to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# pylint: disable-msg=W0401
5
5
 
6
6
from canonical.launchpad.utilities.looptuner import *
7
 
from canonical.launchpad.utilities.orderingcheck import *
8
7
from lp.app.utilities.celebrities import *
9
 
 
10