~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=deryck][ui=none] BugNotificationBuilder has been moved into its
        own module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
from lp.bugs.interfaces.cve import ICveSet
59
59
from lp.bugs.interfaces.bugattachment import IBugAttachmentSet
60
60
from lp.bugs.interfaces.bugnomination import IBugNominationSet
 
61
from lp.bugs.mail.bugnotificationbuilder import format_rfc2822_date
61
62
 
62
63
from canonical.launchpad.mailnotification import (
63
 
    MailWrapper, format_rfc2822_date)
 
64
    MailWrapper)
64
65
from canonical.launchpad.searchbuilder import any, greater_than
65
66
from canonical.launchpad.webapp import (
66
67
    ContextMenu, LaunchpadEditFormView, LaunchpadFormView, LaunchpadView,