b385014
diff --git a/setup.py b/setup.py
b385014
index cf6b41c..c2d0e2a 100644
b385014
--- a/setup.py
b385014
+++ b/setup.py
b385014
@@ -15,10 +15,6 @@
b385014
 # version is newer than 0.6a9.dev."
b385014
 
b385014
 from ez_setup import use_setuptools
b385014
-try:
b385014
-    use_setuptools(download_delay=3)
b385014
-except:
b385014
-    use_setuptools(download_delay=3, version = '20.9.0')
b385014
 from setuptools import setup, find_packages
b385014
 
b385014
 from hgsvn import base_version, __doc__ as long_description