annotate buildout.cfg @ 407:f5aa16a22b52

was detecting first absent editor, not first presnt
author Catherine Devlin <catherine.devlin@gmail.com>
date Sun, 07 Nov 2010 09:24:11 -0500
parents 2d6280e022e4
children
rev   line source
5
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
1 [buildout]
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
2 parts = mypython
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
3 develop = .
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
4
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
5 [mypython]
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
6 recipe = zc.recipe.egg
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
7 interpreter = mypython
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
8 eggs = cmd2