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

Unified Diff: tools/telemetry/telemetry/internal/actions/mouse_click.py

Issue 1056133003: Move page/actions to internal/actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add copyright header. Created 5 years, 9 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/internal/actions/mouse_click.py
diff --git a/tools/telemetry/telemetry/page/actions/mouse_click.py b/tools/telemetry/telemetry/internal/actions/mouse_click.py
similarity index 96%
rename from tools/telemetry/telemetry/page/actions/mouse_click.py
rename to tools/telemetry/telemetry/internal/actions/mouse_click.py
index a60a5bf419bc4c159ad7be0cf4a1e62c8436ec36..7c2923c3b2d73a90cec4d84ab328765bacdb4e52 100644
--- a/tools/telemetry/telemetry/page/actions/mouse_click.py
+++ b/tools/telemetry/telemetry/internal/actions/mouse_click.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import os
-from telemetry.page.actions import page_action
+from telemetry.internal.actions import page_action
def read_js():

Powered by Google App Engine
This is Rietveld 408576698