blob: 094a122cccce18af7f8df898328673eb1bd24452 [file] [log] [blame]
DEPS = [
'recipe_engine/json',
'recipe_engine/platform',
'recipe_engine/properties',
'recipe_engine/raw_io',
'recipe_engine/step',
]
from recipe_engine.recipe_api import Property
PROPERTIES = {
'buildername': Property(default=None),
'buildnumber': Property(default=None),
}