~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-21 23:58:48 UTC
  • mfrom: (14560.2.30 apocalypse-by-dismantle)
  • Revision ID: launchpad@pqm.canonical.com-20111221235848-inwavwpo2cwo6c1m
[rs=sinzui][no-qa] dismantle modules to migrate code to lp. Deleted
        unused interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    get_contact_email_addresses,
49
49
    get_email_template,
50
50
    )
51
 
from canonical.launchpad.interfaces.lpstorm import (
 
51
from lp.services.database.lpstorm import (
52
52
    IMasterObject,
53
53
    ISlaveStore,
54
54
    IStore,