~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/sftp.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:
9
9
from twisted.protocols.policies import TimeoutFactory
10
10
 
11
11
from canonical.config import config
12
 
from canonical.launchpad.daemons import readyservice
 
12
from lp.services.daemons import readyservice
13
13
 
14
14
from lp.codehosting.sshserver.daemon import (
15
15
    ACCESS_LOG_NAME,