1
1
# Copyright 2009-2011 Canonical Ltd. This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
8
4
# Buildd Slave implementation
9
5
# XXX: dsilvers: 2005/01/21: Currently everything logged in the slave gets
10
6
# passed through to the twistd log too. this could get dangerous/big
12
8
from twisted.application import service, strports
16
12
SourcePackageRecipeBuildManager)
18
14
TranslationTemplatesBuildManager)
20
16
from twisted.web import server, resource, static