| Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py
|
| diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py
|
| index 799c2462114f876d084458af5fea9785446251c1..1ed1a30ba2d5bb1acea2d4573059bac526a4baeb 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py
|
| @@ -6,10 +6,10 @@ import inspect
|
| import os
|
| import sys
|
|
|
| -from telemetry.core import discover
|
| from telemetry import story
|
| import video
|
|
|
| +from py_utils import discover
|
|
|
| # Import all submodules' StorySet classes.
|
| start_dir = os.path.dirname(os.path.abspath(__file__))
|
|
|