Commit 8c27f4d5 authored by Paul Jensen's avatar Paul Jensen Committed by Commit Bot

[Cronet] fix missing python sleep import

Bug: 892666
Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;master.tryserver.chromium.android:android_cronet_tester
Change-Id: Ic9a5cedb520d339b458c2208a6dbb6e57be4cc34
Reviewed-on: https://chromium-review.googlesource.com/c/1264898Reviewed-by: default avatarMisha Efimov <mef@chromium.org>
Commit-Queue: Paul Jensen <pauljensen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597189}
parent 57d6320e
...@@ -11,6 +11,7 @@ import os ...@@ -11,6 +11,7 @@ import os
import posixpath import posixpath
import subprocess import subprocess
import tempfile import tempfile
from time import sleep
REPOSITORY_ROOT = os.path.abspath(os.path.join( REPOSITORY_ROOT = os.path.abspath(os.path.join(
os.path.dirname(__file__), '..', '..', '..')) os.path.dirname(__file__), '..', '..', '..'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment