| Index: content/test/gpu/gpu_tests/__init__.py
|
| diff --git a/tools/perf/perf_tools/__init__.py b/content/test/gpu/gpu_tests/__init__.py
|
| similarity index 75%
|
| copy from tools/perf/perf_tools/__init__.py
|
| copy to content/test/gpu/gpu_tests/__init__.py
|
| index 910690709428b43b541becdf818659c65b0422eb..3b4df351fdb2b680fcfc75b209f1cd45b614f550 100644
|
| --- a/tools/perf/perf_tools/__init__.py
|
| +++ b/content/test/gpu/gpu_tests/__init__.py
|
| @@ -6,8 +6,9 @@ import os
|
| import sys
|
|
|
| def Init():
|
| - telemetry_path = os.path.join(os.path.dirname(__file__),
|
| - '..', '..', 'telemetry')
|
| + telemetry_path = os.path.join(
|
| + os.path.dirname(__file__),
|
| + '..', '..', '..', '..', 'tools', 'telemetry')
|
| absolute_telemetry_path = os.path.abspath(telemetry_path)
|
| sys.path.append(absolute_telemetry_path)
|
|
|
|
|