~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    TextLine,
53
53
    )
54
54
 
55
 
from lp import _
 
55
from canonical.launchpad import _
56
56
from lp.bugs.interfaces.bugtask import (
57
57
    BugBlueprintSearch,
58
58
    BugBranchSearch,
334
334
    def createBug(bug_params):
335
335
        """Create a new bug on this target.
336
336
 
337
 
        bug_params is an instance of `CreateBugParams`.
 
337
        bug_params is an instance of
 
338
        canonical.launchpad.interfaces.CreateBugParams.
338
339
        """
339
340
 
340
341
# We assign the schema for an `IBugTask` attribute here