~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/translationmerger.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:
23
23
    DEBUG2,
24
24
    log,
25
25
    )
26
 
from canonical.launchpad.utilities.orderingcheck import OrderingCheck
 
26
from lp.services.orderingcheck import OrderingCheck
27
27
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
28
28
from lp.registry.interfaces.product import IProductSet
29
29
from lp.registry.interfaces.sourcepackagename import ISourcePackageNameSet