| Index: tools/perf/profile_creators/__init__.py
|
| diff --git a/tools/perf/perf_tools/__init__.py b/tools/perf/profile_creators/__init__.py
|
| similarity index 83%
|
| copy from tools/perf/perf_tools/__init__.py
|
| copy to tools/perf/profile_creators/__init__.py
|
| index e511c1d97e781d22626a890f358d1f710f0de460..0fa4ed6de4ead0fc2f5017c82b950057bd52b2e6 100644
|
| --- a/tools/perf/perf_tools/__init__.py
|
| +++ b/tools/perf/profile_creators/__init__.py
|
| @@ -1,7 +1,7 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2013 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.
|
| -"""A library for Chrome GPU test code."""
|
| +"""Generators for Chrome profiles for testing purposes."""
|
| import os
|
| import sys
|
|
|
| @@ -15,5 +15,4 @@ def Init():
|
| absolute_telemetry_tools_path = os.path.abspath(telemetry_tools_path)
|
| sys.path.append(absolute_telemetry_tools_path)
|
|
|
| -
|
| Init()
|
|
|