~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/scripts/upload_translations.py

  • Committer: Curtis Hovey
  • Date: 2011-05-27 19:53:20 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527195320-hpp9gn2dgg3ubalz
Move ILaunchpadCelebrity to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
from zope.component import getUtility
13
13
 
14
 
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
 
14
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
15
15
from lp.registry.interfaces.distribution import IDistributionSet
16
16
from lp.registry.interfaces.sourcepackagename import ISourcePackageNameSet
17
17
from lp.services.scripts.base import (