Commit 2ef8941a authored by Jim Fulton's avatar Jim Fulton

Removed irrelevent comment

parent cb300273
......@@ -286,11 +286,6 @@ class Buildout(DictMixin):
self._error('Invalid value for newest option: %s', newest)
self.newest = (newest == 'true')
# This is a hacked version of zc.buildout for 1.4.4.
# This means that buildout uses the defaults set up above. The point
# of it is to keep from migrating to 1.5 unless explicitly
# requested. This lets 1.4.4 be an "aspirin release" that people can
# use if they are having trouble with the 1.5 releases.
versions = {}
versions_section = options.get('versions')
if versions_section:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment