58
58
from canonical.launchpad import _
59
59
from canonical.launchpad.fields import (
60
BugField, ParticipatingPersonChoice, ProductNameField, SearchTag,
60
BugField, PersonChoice, ProductNameField, SearchTag,
61
61
StrippedTextLine, Summary)
62
62
from lp.bugs.interfaces.bugwatch import (
63
63
IBugWatch, IBugWatchSet, NoBugTrackerFound, UnrecognizedBugTrackerURL)