Commit 76bf32db authored by eakuefner's avatar eakuefner Committed by Commit bot

Remove find_dependencies from Telemetry

Telemetry's find_dependencies has reached the end of its deprecation cycle, and
the version in tools/perf is now the recommended one to use.

BUG=528331

Review URL: https://codereview.chromium.org/1472923003

Cr-Commit-Position: refs/heads/master@{#361185}
parent 3cc4fe8d
#!/usr/bin/env python
# Copyright 2014 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 telemetry import decorators
from telemetry.internal.util import find_dependencies
@decorators.Deprecated(2015, 11, 23, 'Please use tools/perf/find_dependencies.')
def main():
find_dependencies.FindDependenciesCommand.main()
if __name__ == '__main__':
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment