Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: tools/telemetry/telemetry/core/extension_dict.py

Issue 12278015: [Telemetry] Reorganize everything. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add shebangs. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/core/exceptions.py ('k') | tools/telemetry/telemetry/core/extension_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/extension_dict.py
diff --git a/tools/telemetry/telemetry/extension_dict.py b/tools/telemetry/telemetry/core/extension_dict.py
similarity index 96%
rename from tools/telemetry/telemetry/extension_dict.py
rename to tools/telemetry/telemetry/core/extension_dict.py
index 5f84af777518325db8191ae6644901d6b4cf63fa..027c433f2392d2ed437f6ef98136d3f13aa671b6 100644
--- a/tools/telemetry/telemetry/extension_dict.py
+++ b/tools/telemetry/telemetry/core/extension_dict.py
@@ -1,8 +1,7 @@
# 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 extension_to_load
+from telemetry.core import extension_to_load
class ExtensionDict(object):
"""Dictionary of ExtensionPage instances, with extension_id as key"""
« no previous file with comments | « tools/telemetry/telemetry/core/exceptions.py ('k') | tools/telemetry/telemetry/core/extension_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698