~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/sourcepackage.py

  • Committer: William Grant
  • Date: 2011-12-22 23:28:30 UTC
  • mfrom: (14585 devel)
  • mto: This revision was merged to the branch mainline in revision 14586.
  • Revision ID: william.grant@canonical.com-20111222232830-qjyioyjc3lqnxrka
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
        return self.distroseries.owner
540
540
 
541
541
    def createBug(self, bug_params):
542
 
        """See canonical.launchpad.interfaces.IBugTarget."""
 
542
        """See `IBugTarget`."""
543
543
        # We don't currently support opening a new bug directly on an
544
544
        # ISourcePackage, because internally ISourcePackage bugs mean bugs
545
545
        # targeted to be fixed in a specific distroseries + sourcepackage.