| Index: tools/perf/perf_tools/octane.py | 
| diff --git a/tools/perf/perf_tools/octane.py b/tools/perf/perf_tools/octane.py | 
| index c12b9e36342ac0b87ed3188d91da69eae36a8e71..fdad63ad93dd1b7ecc04463db0fde78766279944 100644 | 
| --- a/tools/perf/perf_tools/octane.py | 
| +++ b/tools/perf/perf_tools/octane.py | 
| @@ -1,9 +1,8 @@ | 
| # Copyright (c) 2012 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. | 
| - | 
| -from telemetry import multi_page_benchmark | 
| -from telemetry import util | 
| +from telemetry.core import util | 
| +from telemetry.page import multi_page_benchmark | 
|  | 
| class Octane(multi_page_benchmark.MultiPageBenchmark): | 
| def MeasurePage(self, _, tab, results): | 
|  |