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

Unified Diff: telemetry/telemetry/testing/story_set_smoke_test.py

Issue 2941123002: [Telemetry] Move discover to common/py_utils (Closed)
Patch Set: fix imports Created 3 years, 6 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
« no previous file with comments | « telemetry/telemetry/testing/run_browser_tests.py ('k') | telemetry/telemetry/value/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/testing/story_set_smoke_test.py
diff --git a/telemetry/telemetry/testing/story_set_smoke_test.py b/telemetry/telemetry/testing/story_set_smoke_test.py
index 8697741ed51732254da6aad64d28a82e0d86011f..001c961ccbd277d6476f296ab92799354c505375 100644
--- a/telemetry/telemetry/testing/story_set_smoke_test.py
+++ b/telemetry/telemetry/testing/story_set_smoke_test.py
@@ -6,13 +6,13 @@ import logging
import os
import unittest
-from telemetry.core import discover
from telemetry.internal.browser import browser_credentials
from telemetry.internal import story_runner
from telemetry import page
from telemetry import story as story_module
from telemetry.wpr import archive_info
+from py_utils import discover
class StorySetSmokeTest(unittest.TestCase):
« no previous file with comments | « telemetry/telemetry/testing/run_browser_tests.py ('k') | telemetry/telemetry/value/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698