~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/cvereport.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 23:44:59 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223234459-udhsihrcbdfi7hiw
Moved helpers to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
from zope.component import getUtility
13
13
 
14
 
from canonical.launchpad.helpers import shortlist
 
14
from lp.services.helpers import shortlist
15
15
from lp.services.searchbuilder import any
16
16
from canonical.launchpad.webapp import LaunchpadView
17
17
from lp.bugs.browser.bugtask import BugTaskListingItem