Sign in
skia
/
skia
/
63d695dc010764607b1fbd5e86fd4b88c05e5354
/
.
/
infra
/
bots
/
recipe_modules
/
git
/
__init__.py
blob: 16561800e4e6057da26fb2a6a94e19bcd836eadd [
file
] [
log
] [
blame
]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from
.
import
api
as
_api
DEPS
=
[
'env'
,
'recipe_engine/path'
,
]
API
=
_api
.
GitApi