Importing Property
This commit is contained in:
parent
cc0a2464a6
commit
12066148f2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from buildbot.schedulers.basic import SingleBranchScheduler, AnyBranchScheduler
|
||||||
from buildbot.schedulers.timed import Nightly
|
from buildbot.schedulers.timed import Nightly
|
||||||
from buildbot.schedulers.forcesched import ForceScheduler
|
from buildbot.schedulers.forcesched import ForceScheduler
|
||||||
from buildbot.process import factory
|
from buildbot.process import factory
|
||||||
from buildbot.process.properties import WithProperties
|
from buildbot.process.properties import WithProperties, Property
|
||||||
from buildbot.steps.shell import Compile
|
from buildbot.steps.shell import Compile
|
||||||
from buildbot.steps.shell import Configure
|
from buildbot.steps.shell import Configure
|
||||||
from buildbot.steps.shell import ShellCommand
|
from buildbot.steps.shell import ShellCommand
|
||||||
|
|
Loading…
Reference in a new issue