mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 00:29:14 -05:00
Fix retry process in tools/download_file.py (#336)
This commit is contained in:
parent
26cda9305e
commit
858335663d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from __future__ import print_function
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from urllib2 import HTTPError, URLError, urlopen
|
from urllib2 import HTTPError, URLError, urlopen
|
||||||
|
|
Loading…
Reference in a new issue