~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/translationmerger.py

  • Committer: James Westby
  • Date: 2011-12-21 15:57:03 UTC
  • mto: This revision was merged to the branch mainline in revision 14568.
  • Revision ID: james.westby@canonical.com-20111221155703-eax3knjnxr33f6ci
Add the new file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from zope.component import getUtility
19
19
from zope.security.proxy import removeSecurityProxy
20
20
 
21
 
from lp.services.database.lpstorm import IStore
22
 
from lp.services.scripts.logger import (
 
21
from canonical.launchpad.interfaces.lpstorm import IStore
 
22
from canonical.launchpad.scripts.logger import (
23
23
    DEBUG2,
24
24
    log,
25
25
    )
26
 
from lp.services.orderingcheck import OrderingCheck
 
26
from canonical.launchpad.utilities.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