summaryrefslogtreecommitdiff
path: root/buildout/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildout/bootstrap.py')
-rw-r--r--buildout/bootstrap.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildout/bootstrap.py b/buildout/bootstrap.py
index de143ebd..a0afe9d0 100644
--- a/buildout/bootstrap.py
+++ b/buildout/bootstrap.py
@@ -26,13 +26,12 @@ tmpeggs = tempfile.mkdtemp()
is_jython = sys.platform.startswith('java')
+to_reload = False
try:
import pkg_resources
if not hasattr(pkg_resources, '_distribute'):
to_reload = True
raise ImportError
- else:
- to_reload = False
except ImportError:
ez = {}
exec urllib2.urlopen('http://nightly.ziade.org/bootstraping.py'