~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/buildd-manager.tac

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
from canonical.config import dbconfig
12
12
from canonical.launchpad.daemons import readyservice
13
 
from canonical.launchpad.scripts import execute_zcml_for_scripts
 
13
from lp.services.scripts import execute_zcml_for_scripts
14
14
from lp.buildmaster.manager import BuilddManager
15
15
from lp.services.mail.sendmail import set_immediate_mail_delivery
16
16
from lp.services.twistedsupport.loggingsupport import RotatableFileLogObserver