~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/tests/test_builder.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-21 04:19:35 UTC
  • mfrom: (14339.1.1 800295-delete-buildd-again)
  • Revision ID: launchpad@pqm.canonical.com-20111121041935-iwoh81iy9o5ssq09
[no-qa] [r=mbp] delete canonical.buildd,
 now it has moved to launchpad-buildd

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    removeSecurityProxy,
30
30
    )
31
31
 
32
 
from canonical.buildd.slave import BuilderStatus
 
32
from lpbuildd.slave import BuilderStatus
 
33
 
33
34
from canonical.config import config
34
35
from canonical.database.sqlbase import flush_database_updates
35
36
from canonical.launchpad.webapp.interfaces import (