~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/poppy-sftp.tac

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from zope.interface import implements
20
20
 
21
 
from lp.services.config import config
22
 
from lp.services.daemons import readyservice
23
 
from lp.services.scripts import execute_zcml_for_scripts
 
21
from canonical.config import config
 
22
from canonical.launchpad.daemons import readyservice
 
23
from canonical.launchpad.scripts import execute_zcml_for_scripts
24
24
 
25
25
from lp.poppy import get_poppy_root
26
26
from lp.poppy.twistedconfigreset import GPGHandlerConfigResetJob