blob: 63b9f6f0e2e5a9541d2314a7f9921da59c939351 [file]
# Copyright 2018 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.
DEPS = [
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/raw_io',
'recipe_engine/step',
'recipe_engine/url',
]
from .api import Gitiles as API
from .test_api import GitilesTestApi as TEST_API