~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/daemons/tachandler.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:
25
25
    TacTestFixture,
26
26
    )
27
27
 
28
 
from canonical.launchpad.daemons import readyservice
 
28
from lp.services.daemons import readyservice
29
29
from lp.services.osutils import (
30
30
    get_pid_from_file,
31
31
    kill_by_pidfile,