~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/poppy-sftp.tac

  • Committer: Ian Booth
  • Date: 2011-05-10 13:56:21 UTC
  • mto: This revision was merged to the branch mainline in revision 13063.
  • Revision ID: ian.booth@canonical.com-20110510135621-4lwd3whjls1ex6u2
Set up service properly using twisted

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
execute_zcml_for_scripts()
112
112
 
113
113
# Set up the GPGHandler job
114
 
gpgHandlerJob = GPGHandlerConfigResetJob()
 
114
GPGHandlerConfigResetJob().setServiceParent(application)
115
115
 
116
116
# Service that announces when the daemon is ready
117
117
readyservice.ReadyService().setServiceParent(application)