~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/poexportrequest.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:
12
12
from zope.component import getUtility
13
13
 
14
14
from lp import _
 
15
from lp.app.browser.tales import DurationFormatterAPI
 
16
from lp.services.propertycache import cachedproperty
15
17
from lp.services.webapp import (
16
18
    canonical_url,
17
19
    LaunchpadView,
18
20
    )
19
 
from lp.app.browser.tales import DurationFormatterAPI
20
 
from lp.services.propertycache import cachedproperty
21
21
from lp.translations.interfaces.hastranslationtemplates import (
22
22
    IHasTranslationTemplates,
23
23
    )