~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/distribution_upstream_bug_report.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:
11
11
 
12
12
from operator import attrgetter
13
13
 
 
14
from lp.app.enums import ServiceUsage
 
15
from lp.bugs.browser.bugtask import get_buglisting_search_filter_url
 
16
from lp.services.propertycache import cachedproperty
14
17
from lp.services.webapp.publisher import (
15
18
    canonical_url,
16
19
    LaunchpadView,
17
20
    )
18
21
from lp.services.webapp.url import urlappend
19
 
from lp.app.enums import ServiceUsage
20
 
from lp.bugs.browser.bugtask import get_buglisting_search_filter_url
21
 
from lp.services.propertycache import cachedproperty
22
22
 
23
23
# TODO: fix column sorting to work for the different colspans, or
24
24
#       alternatively implement a sort option box.