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

Unified Diff: tools/telemetry/telemetry/internal/actions/play.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/play.py
diff --git a/tools/telemetry/telemetry/page/actions/play.py b/tools/telemetry/telemetry/internal/actions/play.py
similarity index 95%
rename from tools/telemetry/telemetry/page/actions/play.py
rename to tools/telemetry/telemetry/internal/actions/play.py
index 76fc91326e9c84a8e05b81c91a3e15a98ff97e30..dfa0af2da8e0cb5115308224c4618d074ed664dd 100644
--- a/tools/telemetry/telemetry/page/actions/play.py
+++ b/tools/telemetry/telemetry/internal/actions/play.py
@@ -14,8 +14,8 @@ playing and ended events get fired respectively.
"""
from telemetry.core import exceptions
-from telemetry.page.actions import media_action
-from telemetry.page.actions import page_action
+from telemetry.internal.actions import media_action
+from telemetry.internal.actions import page_action
class PlayAction(media_action.MediaAction):
« no previous file with comments | « tools/telemetry/telemetry/internal/actions/play.js ('k') | tools/telemetry/telemetry/internal/actions/play_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698