~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/poppy/tests/test_poppy.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:
28
28
from zope.component import getUtility
29
29
 
30
30
from canonical.config import config
31
 
from canonical.launchpad.daemons.tachandler import TacTestSetup
 
31
from lp.services.daemons.tachandler import TacTestSetup
32
32
from canonical.testing.layers import (
33
33
    ZopelessAppServerLayer,
34
34
    ZopelessDatabaseLayer,