~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/interfaces/pofile.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-03 11:23:34 UTC
  • mfrom: (13457.6.16 upgrade-stderr)
  • Revision ID: launchpad@pqm.canonical.com-20110803112334-acnupsa7jmzmdeet
[r=stevenk][bug=819751] Fix the implementation of several methods in
 LoggingUIFactory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    SimpleVocabulary,
40
40
    )
41
41
 
42
 
from lp import _
 
42
from canonical.launchpad import _
 
43
from canonical.launchpad.webapp.interfaces import ILaunchBag
43
44
from lp.registry.interfaces.person import IPerson
44
 
from lp.services.webapp.interfaces import ILaunchBag
45
45
from lp.translations.enums import TranslationPermission
46
46
from lp.translations.interfaces.potemplate import IPOTemplate
47
47
from lp.translations.interfaces.rosettastats import IRosettaStats