~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-14 00:24:37 UTC
  • mfrom: (14460.1.2 whitespace-comments-198058)
  • Revision ID: launchpad@pqm.canonical.com-20111214002437-uxqo8g32duf8kapa
[r=bac][bug=198058] The bug:+Comments made up entirely of whitespace
        should be discarded

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