~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from zope.component import getUtility
26
26
from zope.publisher.browser import FileUpload
27
27
 
 
28
from lp import _
 
29
from lp.app.errors import (
 
30
    NotFoundError,
 
31
    UnexpectedFormData,
 
32
    )
 
33
from lp.registry.interfaces.person import IPersonSet
28
34
from lp.services.config import config
29
 
from lp import _
 
35
from lp.services.propertycache import cachedproperty
30
36
from lp.services.webapp import (
31
37
    canonical_url,
32
38
    enabled_with_permission,
38
44
from lp.services.webapp.batching import BatchNavigator
39
45
from lp.services.webapp.interfaces import ILaunchBag
40
46
from lp.services.webapp.menu import structured
41
 
from lp.app.errors import (
42
 
    NotFoundError,
43
 
    UnexpectedFormData,
44
 
    )
45
 
from lp.registry.interfaces.person import IPersonSet
46
 
from lp.services.propertycache import cachedproperty
47
47
from lp.translations.browser.poexportrequest import BaseExportView
48
48
from lp.translations.browser.potemplate import POTemplateFacets
49
49
from lp.translations.browser.translationmessage import (