~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/daemons/tests/okay.tac

  • 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:
10
10
 
11
11
from twisted.application import service
12
12
 
13
 
from canonical.launchpad.daemons import readyservice
 
13
from lp.services.daemons import readyservice
14
14
 
15
15
 
16
16
application = service.Application('Okay')