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

Unified Diff: tools/telemetry/telemetry/core/tab.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/possible_browser.py ('k') | tools/telemetry/telemetry/core/tab_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/tab.py
diff --git a/tools/telemetry/telemetry/tab.py b/tools/telemetry/telemetry/core/tab.py
similarity index 98%
rename from tools/telemetry/telemetry/tab.py
rename to tools/telemetry/telemetry/core/tab.py
index 7e0ba63cd79904269c062e03cbbb2eb52476569b..b94d14cbe284d78487c35ef453383983dfc377d1 100644
--- a/tools/telemetry/telemetry/tab.py
+++ b/tools/telemetry/telemetry/core/tab.py
@@ -1,7 +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 web_contents
+from telemetry.core import web_contents
DEFAULT_TAB_TIMEOUT = 60
« no previous file with comments | « tools/telemetry/telemetry/core/possible_browser.py ('k') | tools/telemetry/telemetry/core/tab_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698