~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: mbp at canonical
  • Date: 2011-11-20 23:37:23 UTC
  • mto: This revision was merged to the branch mainline in revision 14344.
  • Revision ID: mbp@canonical.com-20111120233723-370p96db2crru5tm
Delete canonical.buildd again

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from zope.component import getUtility
28
28
from zope.security.proxy import removeSecurityProxy
29
29
 
30
 
from canonical.buildd.tests import BuilddSlaveTestSetup
 
30
from lpbuildd.tests import BuilddSlaveTestSetup
 
31
 
31
32
from canonical.config import config
32
33
from canonical.launchpad.ftests import (
33
34
    ANONYMOUS,