Chromium Code Reviews| Index: tools/gpu_validation/tests/__init__.py |
| diff --git a/content/test/gpu/gpu_tests/__init__.py b/tools/gpu_validation/tests/__init__.py |
| similarity index 75% |
| copy from content/test/gpu/gpu_tests/__init__.py |
| copy to tools/gpu_validation/tests/__init__.py |
| index 3b4df351fdb2b680fcfc75b209f1cd45b614f550..910690709428b43b541becdf818659c65b0422eb 100644 |
| --- a/content/test/gpu/gpu_tests/__init__.py |
| +++ b/tools/gpu_validation/tests/__init__.py |
| @@ -6,9 +6,8 @@ import os |
| import sys |
| def Init(): |
| - telemetry_path = os.path.join( |
| - os.path.dirname(__file__), |
| - '..', '..', '..', '..', 'tools', 'telemetry') |
| + telemetry_path = os.path.join(os.path.dirname(__file__), |
| + '..', '..', 'telemetry') |
|
dtu
2013/03/28 02:11:42
Indent.
Danh Nguyen
2013/03/29 14:08:34
Done. Thanks.
|
| absolute_telemetry_path = os.path.abspath(telemetry_path) |
| sys.path.append(absolute_telemetry_path) |