| Index: content/test/gpu/page_sets/PRESUBMIT.py
|
| diff --git a/content/test/gpu/page_sets/PRESUBMIT.py b/content/test/gpu/page_sets/PRESUBMIT.py
|
| index c110e56d7751b60430de94211d3d29e2c5de6ad5..5b8d0ada8cd1a3a57be1cad8640a2936ff818183 100644
|
| --- a/content/test/gpu/page_sets/PRESUBMIT.py
|
| +++ b/content/test/gpu/page_sets/PRESUBMIT.py
|
| @@ -18,7 +18,7 @@ def LoadSupport(input_api):
|
| try:
|
| telemetry_path = _GetTelemetryPath(input_api)
|
| sys.path = [telemetry_path] + sys.path
|
| - from telemetry.util import cloud_storage
|
| + from catapult_base import cloud_storage
|
| globals()['cloud_storage'] = cloud_storage
|
| finally:
|
| sys.path = _old_sys_path
|
|
|