~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
from lazr.restful.interfaces import IJSONRequestCache
15
15
from zope.publisher.interfaces import NotFound
16
16
 
 
17
from canonical.launchpad.webapp import (
 
18
    canonical_url,
 
19
    enabled_with_permission,
 
20
    Link,
 
21
    NavigationMenu,
 
22
    )
 
23
from canonical.launchpad.webapp.authorization import check_permission
 
24
from canonical.launchpad.webapp.menu import structured
 
25
from canonical.launchpad.webapp.publisher import LaunchpadView
17
26
from lp.app.enums import ServiceUsage
18
27
from lp.registry.browser.productseries import ProductSeriesOverviewMenu
19
28
from lp.registry.browser.sourcepackage import SourcePackageOverviewMenu
20
29
from lp.registry.interfaces.sourcepackage import ISourcePackage
21
30
from lp.services.features import getFeatureFlag
22
 
from lp.services.webapp import (
23
 
    canonical_url,
24
 
    enabled_with_permission,
25
 
    Link,
26
 
    NavigationMenu,
27
 
    )
28
 
from lp.services.webapp.authorization import check_permission
29
 
from lp.services.webapp.menu import structured
30
 
from lp.services.webapp.publisher import LaunchpadView
31
31
from lp.translations.browser.poexportrequest import BaseExportView
32
32
from lp.translations.browser.product import ProductTranslationsMenu
33
33
from lp.translations.browser.productseries import (