Commit 79126a4e authored by Jim Fulton's avatar Jim Fulton

Merge branch 'master' of github.com:buildout/buildout

parents c2da90ea 445918e3
...@@ -37,8 +37,10 @@ Some people pass buildout settings to bootstrap. ...@@ -37,8 +37,10 @@ Some people pass buildout settings to bootstrap.
They might do it with init, but no worries: They might do it with init, but no worries:
>>> os.chdir('..')
>>> remove(top) >>> remove(top)
>>> top = tmpdir('top') >>> top = tmpdir('top')
>>> os.chdir(top)
>>> mkdir(top, 'buildout') >>> mkdir(top, 'buildout')
>>> os.chdir(top) >>> os.chdir(top)
>>> write('bootstrap.py', open(bootstrap_py).read()) >>> write('bootstrap.py', open(bootstrap_py).read())
......
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