diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-08-22 03:28:27 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-08-22 03:28:27 +0000 |
| commit | e889c9a78a14002b1d786e28d74bb034d06e0376 (patch) | |
| tree | 4cf731bcd44fefb98d7d6ffd77d331c5171a3707 /ez_setup.py | |
| parent | 6bf51a58a876a3ba17ee43eb45d8813b82ecdace (diff) | |
| download | python-setuptools-git-e889c9a78a14002b1d786e28d74bb034d06e0376.tar.gz | |
More documentation enhancements.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041222
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 |
