Commit 445918e3 authored by Jim Fulton's avatar Jim Fulton

windows

parent 7052070c
......@@ -37,8 +37,10 @@ Some people pass buildout settings to bootstrap.
They might do it with init, but no worries:
>>> os.chdir('..')
>>> remove(top)
>>> top = tmpdir('top')
>>> os.chdir(top)
>>> mkdir(top, 'buildout')
>>> os.chdir(top)
>>> 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