~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/translationmessage.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
from zope.interface import implements
39
39
from zope.schema.vocabulary import getVocabularyRegistry
40
40
 
 
41
from lp.app.errors import UnexpectedFormData
41
42
from lp.services.database.readonly import is_read_only
 
43
from lp.services.propertycache import cachedproperty
42
44
from lp.services.webapp import (
43
45
    ApplicationMenu,
44
46
    canonical_url,
50
52
from lp.services.webapp.batching import BatchNavigator
51
53
from lp.services.webapp.interfaces import ILaunchBag
52
54
from lp.services.webapp.menu import structured
53
 
from lp.app.errors import UnexpectedFormData
54
 
from lp.services.propertycache import cachedproperty
55
55
from lp.translations.browser.browser_helpers import (
56
56
    contract_rosetta_escapes,
57
57
    convert_newlines_to_web_form,