Commit cb6855dd authored by Jim Fulton's avatar Jim Fulton

Gaaaa. Spell "defaults" correctly. I wonder why buildout didn't catch

that.
parent 8878e072
...@@ -11,7 +11,7 @@ initialization = ...@@ -11,7 +11,7 @@ initialization =
try: os.mkdir('tmp') try: os.mkdir('tmp')
except: pass except: pass
tempfile.tempdir = os.path.abspath('tmp') tempfile.tempdir = os.path.abspath('tmp')
default = ['--all'] defaults = ['--all']
[scripts] [scripts]
recipe = zc.recipe.egg recipe = zc.recipe.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