Files @ c0977217a7da
Branch filter:

Location: light9/buildout.cfg

drewp@bigasterisk.com
attempt to receive a brand new submaster. doesn't work, this fix doesn't address the problem. But you can drag it in twice as a workaround
Ignore-this: feed1c3e69d0a50412fb6139e8c04ab0
[buildout]
parts = external_libs 
bin-directory = bin
download-cache = /tmp/



[external_libs]
recipe = zc.recipe.egg
eggs = ipython==0.8.4
       web.py==0.36
       cyclone==1.0-rc4
       rdflib==3.2.1
       restkit==4.1.3
       Louie==1.1
       webcolors==1.4

python = python
interpreter = python
extra-paths = 

[python]
executable = /usr/bin/python2.7