Sign in
chromium
/
infra
/
luci
/
recipes-py.git
/
36d18f61817e1588e2ed17363fe93c356e5a7b38
/
.
/
recipe_modules
/
file
/
__init__.py
blob: 414e1fd849e021ed9d942b569229e2e4385a4c38 [
file
] [
log
] [
blame
]
# Copyright 2017 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
DEPS
=
[
'json'
,
'path'
,
'python'
,
'raw_io'
,
'step'
,
]