~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 19:06:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224190636-y81r6pbwqt3ib6q3
Moved daemons to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
import os
14
14
 
15
15
import canonical
16
 
from canonical.launchpad.daemons.tachandler import TacTestSetup
 
16
from lp.services.daemons.tachandler import TacTestSetup
17
17
from lp.services.osutils import remove_tree
18
18
 
19
19