Commit f9c631a8 authored by Reinout van Rees's avatar Reinout van Rees

Cleaned up comments.

parent e3f1c93e
......@@ -240,13 +240,6 @@ class Buildout(DictMixin):
python_version
)
# REINOUT: look for buildout versions file option.
# # record file name, if needed
# if 'buildout_versions_file' in buildout['buildout']:
# file_name = buildout['buildout']['buildout_versions_file']
# REINOUT: add 'update-versions-file' option.
self._annotated = copy.deepcopy(data)
self._raw = _unannotate(data)
self._data = {}
......
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