Commit 08f4b324 authored by jim's avatar jim

Updated to reflect some recent changes.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70101 62d5b8a3-27da-0310-9561-8e5933582275
parent d044b0fa
......@@ -237,7 +237,11 @@ if os.path.exists(bootstrap_py):
>>> print system(sys.executable+' '+'bootstrap.py'), # doctest: +ELLIPSIS
Downloading ...
Warning: creating ...buildout.cfg
buildout: Creating directory ...bin
buildout: Creating directory ...parts
buildout: Creating directory ...eggs
buildout: Creating directory ...develop-eggs
>>> ls(sample_buildout)
d bin
- bootstrap.py
......@@ -249,7 +253,6 @@ if os.path.exists(bootstrap_py):
>>> ls(sample_buildout, 'bin')
- buildout
- py-zc.buildout
>>> ls(sample_buildout, 'eggs')
- setuptools-0.6-py2.4.egg
......
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