blob: 3d9021a28d72726f62f26c57b70c67faa83138d4 [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.
PYTHON_VERSION_COMPATIBILITY = 'PY2+3'
WARNINGS = [
"PYTHON_MODULE_DEPRECATED"
]
DEPS = [
'context',
'raw_io',
'step',
'warning',
]