~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/buildd-manager.tac

  • Committer: William Grant
  • Date: 2011-09-24 12:10:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14030.
  • Revision ID: william.grant@canonical.com-20110924121008-empe4dl1m3gnm2m9
Fix buildd-manager.tac import properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from twisted.scripts.twistd import ServerOptions
9
9
from twisted.web import server
10
10
 
11
 
from canonical.config import config
 
11
from canonical.config import dbconfig
12
12
from canonical.launchpad.daemons import readyservice
13
13
from canonical.launchpad.scripts import execute_zcml_for_scripts
14
14
from lp.buildmaster.manager import BuilddManager