Sign in
skia
/
skia
/
adc7ea94cada7bc2a5b21eee0664e7b2687f3612
/
.
/
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