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

Unified Diff: tools/telemetry/telemetry/page/compound_action_unittest.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
Index: tools/telemetry/telemetry/page/compound_action_unittest.py
diff --git a/tools/telemetry/telemetry/compound_action_unittest.py b/tools/telemetry/telemetry/page/compound_action_unittest.py
similarity index 93%
rename from tools/telemetry/telemetry/compound_action_unittest.py
rename to tools/telemetry/telemetry/page/compound_action_unittest.py
index 8aaca0098573f94f05e106debb411f5255b9d837..fec889f3d886e00736b072c3f93cbe795b74ff3c 100644
--- a/tools/telemetry/telemetry/compound_action_unittest.py
+++ b/tools/telemetry/telemetry/page/compound_action_unittest.py
@@ -1,11 +1,10 @@
# 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 all_page_actions
-from telemetry import compound_action
-from telemetry import page_action
-from telemetry import tab_test_case
+from telemetry.page import all_page_actions
+from telemetry.page import compound_action
+from telemetry.page import page_action
+from telemetry.test import tab_test_case
class AppendAction(page_action.PageAction):
def RunAction(self, page, tab, previous_action):
« no previous file with comments | « tools/telemetry/telemetry/page/compound_action.py ('k') | tools/telemetry/telemetry/page/csv_page_benchmark_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698