diff options
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py index 161dbcc7..d6786c1e 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -109,8 +109,7 @@ you may need to enable firewall access for this script first. I will start the download in %d seconds. ---------------------------------------------------------------------------""", version, download_base, delay - ) - from time import sleep; sleep(delay) + ); from time import sleep; sleep(delay) log.warn("Downloading %s", url) src = urllib2.urlopen(url) # Read/write all in one block, so we don't create a corrupt file |