Skip to content

Commit

Permalink
Adjust imports following telemetry.core refactoring
Browse files Browse the repository at this point in the history
https://codereview.chromium.org/1219083002 moved webpagereplay from
telemetry.core to telemetry.internal.util, and extension_to_load from
telemetry.core to telemetry.internal.browser.

BUG=498968
NOTRY=true
NOTREECHECKS=true
TBR=aiolos@chromium.org,xiyuan@chromium.org

Review URL: https://codereview.chromium.org/1217643003

Cr-Commit-Position: refs/heads/master@{#337205}
  • Loading branch information
johnmellor authored and Commit bot committed Jul 2, 2015
1 parent 5788a06 commit 56116f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/proximity_auth/e2e_test/cros.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

from telemetry.core import browser_options
from telemetry.core import browser_finder
from telemetry.core import extension_to_load
from telemetry.core import exceptions
from telemetry.core import util
from telemetry.core.platform import cros_interface
from telemetry.internal.browser import extension_to_load

logger = logging.getLogger('proximity_auth.%s' % __name__)

Expand Down
2 changes: 1 addition & 1 deletion tools/cygprofile/profile_android_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from pylib.device import intent

sys.path.append(os.path.join(sys.path[0], '..', '..', 'tools', 'telemetry'))
from telemetry.core import webpagereplay
from telemetry.internal.util import webpagereplay

sys.path.append(os.path.join(sys.path[0], '..', '..',
'third_party', 'webpagereplay'))
Expand Down

0 comments on commit 56116f4

Please sign in to comment.