~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/tests/servers.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:
24
24
 
25
25
from canonical.config import config
26
26
from canonical.database.sqlbase import commit
27
 
from canonical.launchpad.daemons.tachandler import TacTestSetup
 
27
from lp.services.daemons.tachandler import TacTestSetup
28
28
from lp.registry.interfaces.person import (
29
29
    IPersonSet,
30
30
    TeamSubscriptionPolicy,