mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-24 08:09:16 -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 os
|
||||
import sys
|
||||
import time
|
||||
|
||||
try:
|
||||
from urllib2 import HTTPError, URLError, urlopen
|
||||
|
|
Loading…
Reference in a new issue