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

Unified Diff: tools/telemetry/telemetry/internal/actions/tap.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/tap.py
diff --git a/tools/telemetry/telemetry/page/actions/tap.py b/tools/telemetry/telemetry/internal/actions/tap.py
similarity index 97%
rename from tools/telemetry/telemetry/page/actions/tap.py
rename to tools/telemetry/telemetry/internal/actions/tap.py
index 12fa7a1a999bdc55fd931e9c1f11dbcc8cee18ef..c8c0f9f6d14466abd38686b9d02259fd10db0aac 100644
--- a/tools/telemetry/telemetry/page/actions/tap.py
+++ b/tools/telemetry/telemetry/internal/actions/tap.py
@@ -4,7 +4,7 @@
import os
-from telemetry.page.actions import page_action
+from telemetry.internal.actions import page_action
class TapAction(page_action.PageAction):
« no previous file with comments | « tools/telemetry/telemetry/internal/actions/tap.js ('k') | tools/telemetry/telemetry/internal/actions/wait.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698