Files @ 1b1e6dc6cc74
Branch filter:

Location: light9/buildout.cfg

Drew Perttula
fix subterm area scrolling
Ignore-this: c97fdfd606c5ec3b5d33234e29503b61
[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.2
       Louie==1.1

python = python
interpreter = python
extra-paths = 

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