~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Ian Booth
  • Date: 2011-04-29 01:55:28 UTC
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110429015528-z0bsgsh973e159i5
Test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    "BugTargetBugTagsView",
13
13
    "BugTargetBugsView",
14
14
    "FileBugAdvancedView",
15
 
    "FileBugExtraInformation",
16
15
    "FileBugGuidedView",
17
16
    "FileBugViewBase",
18
17
    "IProductBugConfiguration",
26
25
from cStringIO import StringIO
27
26
from datetime import datetime
28
27
from operator import itemgetter
29
 
import simplejson
30
28
import urllib
31
29
 
32
30
from lazr.restful.interface import copy_field
73
71
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
74
72
from canonical.launchpad.webapp.interfaces import ILaunchBag
75
73
from canonical.launchpad.webapp.menu import structured
76
 
from canonical.launchpad.webapp.publisher import HTTP_MOVED_PERMANENTLY, UserAttributeCache
 
74
from canonical.launchpad.webapp.publisher import HTTP_MOVED_PERMANENTLY
77
75
from lp.app.browser.launchpadform import (
78
76
    action,
79
77
    custom_widget,