Importing Property

This commit is contained in:
Sergio Durigan Junior 2016-03-15 18:58:54 -04:00
parent cc0a2464a6
commit 12066148f2

View file

@ -14,7 +14,7 @@ from buildbot.schedulers.basic import SingleBranchScheduler, AnyBranchScheduler
from buildbot.schedulers.timed import Nightly
from buildbot.schedulers.forcesched import ForceScheduler
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 Configure
from buildbot.steps.shell import ShellCommand