Commit b05433d4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

rename : zc.buildout-bootstap.py -> zc.buildout-bootstrap.py.

parent b3bad571
...@@ -249,7 +249,7 @@ def bootstrapBuildout(path, logger, buildout=None, ...@@ -249,7 +249,7 @@ def bootstrapBuildout(path, logger, buildout=None,
logger.warning('Using old style bootstrap of included bootstrap file. ' logger.warning('Using old style bootstrap of included bootstrap file. '
'Consider having zc.buildout available in search path.') 'Consider having zc.buildout available in search path.')
invocation_list.append(pkg_resources.resource_filename(__name__, invocation_list.append(pkg_resources.resource_filename(__name__,
'zc.buildout-bootstap.py')) 'zc.buildout-bootstrap.py'))
invocation_list.extend(additional_buildout_parameter_list) invocation_list.extend(additional_buildout_parameter_list)
else: else:
# buildout is importable, so use this one # buildout is importable, so use this one
......
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