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

Unified Diff: tools/telemetry/telemetry/internal/actions/seek.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/seek.py
diff --git a/tools/telemetry/telemetry/page/actions/seek.py b/tools/telemetry/telemetry/internal/actions/seek.py
similarity index 95%
rename from tools/telemetry/telemetry/page/actions/seek.py
rename to tools/telemetry/telemetry/internal/actions/seek.py
index 1d12693a4d3c9668c7a6a7956f6b8ae77b2e68c2..a89dfef225bba825dc611ef1276f729f85329e29 100644
--- a/tools/telemetry/telemetry/page/actions/seek.py
+++ b/tools/telemetry/telemetry/internal/actions/seek.py
@@ -18,8 +18,8 @@ Action parameters are:
"""
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 SeekAction(media_action.MediaAction):
« no previous file with comments | « tools/telemetry/telemetry/internal/actions/seek.js ('k') | tools/telemetry/telemetry/internal/actions/seek_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698