~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/runlaunchpad.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:
20
20
from zope.app.server.main import main
21
21
 
22
22
from canonical.config import config
23
 
from canonical.launchpad.daemons import tachandler
 
23
from lp.services.daemons import tachandler
24
24
from canonical.lazr.pidfile import (
25
25
    make_pidfile,
26
26
    pidfile_path,