~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/binarypackagebuild.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 17:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223171811-0pl78hw2noohfy4r
Dismantled doctest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    SQLBase,
40
40
    sqlvalues,
41
41
    )
42
 
from lp.services.mail.helpers import (
 
42
from canonical.launchpad.helpers import (
43
43
    get_contact_email_addresses,
44
44
    get_email_template,
45
45
    )