Sign in
◑
Theme
chromium
/
chromium
/
src.git
/
6d35c8db2994de3c8ee72fc5a9da9abfb188e5e4
/
.
/
tools
/
perf
/
core
/
__init__.py
blob: e967a354ad271b7d3f82bcd4c21760e1222ae3f1 [
file
]
# Copyright 2015 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.
import
sys
from
core
import
path_util
sys
.
path
.
append
(
path_util
.
GetTelemetryDir
())