add missing imports r=nthomas b=418926

This commit is contained in:
rhelmer%mozilla.com 2008-03-04 02:21:00 +00:00
Родитель 830669210f
Коммит 36f0726f95
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -34,8 +34,7 @@ c['sources'] = []
## configure the Schedulers
from buildbot.scheduler import Scheduler
from buildbot.scheduler import Dependent
from buildbot.scheduler import Dependent, Nightly, Scheduler
from buildbot.changes.pb import PBChangeSource
c['schedulers'] = []
@ -89,7 +88,7 @@ automation_tag = "RELEASE_AUTOMATION_M7_2"
c['builders'] = []
from buildbot.process import factory
from buildbot.steps.shell import ShellCommand
from buildbot.steps.shell import ShellCommand, Compile, Configure
from buildbot.steps.transfer import FileDownload
from buildbot import locks