__init__.py 212 Bytes
Newer Older
1 2 3 4
DEPS = [
  'recipe_engine/path',
  'recipe_engine/properties',
  'recipe_engine/python',
5
  'recipe_engine/step',
6
]
7 8 9 10


# TODO(phajdan.jr): provide coverage (http://crbug.com/693058).
DISABLE_STRICT_COVERAGE = True