~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 09:23:38 UTC
  • mfrom: (14333.2.13 history-model)
  • Revision ID: launchpad@pqm.canonical.com-20111209092338-se7u5l0skqzaes1v
[r=jcsackett][bug=295214, 894836,
 898200] Keep sort button ob bug listing pages in sync with the
 displayed data

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    'ProductSeriesLanguageView',
13
13
    ]
14
14
 
 
15
from canonical.launchpad.readonly import is_read_only
 
16
from canonical.launchpad.webapp import LaunchpadView
 
17
from canonical.launchpad.webapp.batching import BatchNavigator
 
18
from canonical.launchpad.webapp.publisher import Navigation
15
19
from lp.app.browser.tales import PersonFormatterAPI
16
20
from lp.registry.model.sourcepackagename import SourcePackageName
17
21
from lp.services.database.bulk import load_related
18
 
from lp.services.database.readonly import is_read_only
19
22
from lp.services.propertycache import cachedproperty
20
 
from lp.services.webapp import LaunchpadView
21
 
from lp.services.webapp.batching import BatchNavigator
22
 
from lp.services.webapp.publisher import Navigation
23
23
from lp.translations.enums import TranslationPermission
24
24
from lp.translations.interfaces.distroserieslanguage import (
25
25
    IDistroSeriesLanguage,