~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

FormattedĀ imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from canonical.launchpad.webapp.authorization import check_permission
25
25
from canonical.launchpad.webapp.interfaces import ILaunchBag
26
26
from canonical.launchpad.webapp.menu import structured
27
 
from lp.app.widgets.textwidgets import URIWidget
28
27
from lp.app.browser.launchpadform import (
29
28
    action,
30
29
    custom_widget,
31
30
    LaunchpadFormView,
32
31
    )
 
32
from lp.app.widgets.textwidgets import URIWidget
33
33
from lp.bugs.browser.bugtask import get_comments_for_bugtask
34
34
from lp.bugs.interfaces.bugwatch import (
35
35
    BUG_WATCH_ACTIVITY_SUCCESS_STATUSES,