# HG changeset patch # User drewp@bigasterisk.com # Date 1370475289 0 # Node ID d098574272fc452e45bfcdfcec5f9209bfd08eab # Parent 3d8a78daeed1ef3dd9a3341aeb3ffe92cfa10b25 merge buildout.cfg rm Ignore-this: 9fe75eb70377bace023e35c40048e43c diff -r 3d8a78daeed1 -r d098574272fc buildout.cfg --- a/buildout.cfg Wed Jun 05 23:34:32 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -[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 -