 Chromium Code Reviews
 Chromium Code Reviews Issue 2300653002:
  [tools/perf] Update code to reference py_utils.cloud_storage  (Closed)
    
  
    Issue 2300653002:
  [tools/perf] Update code to reference py_utils.cloud_storage  (Closed) 
  | Index: tools/perf/profile_creators/__init__.py | 
| diff --git a/tools/perf/profile_creators/__init__.py b/tools/perf/profile_creators/__init__.py | 
| index 73b739cf1847373901ea38f028a8bdba3fe4559d..29e73ca8f8eed96ca6cfbe1e837d574ffa9cf8ea 100644 | 
| --- a/tools/perf/profile_creators/__init__.py | 
| +++ b/tools/perf/profile_creators/__init__.py | 
| @@ -11,4 +11,4 @@ from core import path_util | 
| path_util.AddTelemetryToPath() | 
| -path_util.AddCatapultBaseToPath() | 
| +path_util.AddPyUtilsToPath() |