# HG changeset patch # User Madhusudan.C.S # Date 1291297388 -19800 # Node ID 2ac3cf08cd002d6016248a8b8896c1e56e3fa12e # Parent 2c38a7cafba980a3ef3c6fc06bd181a50692031c Changed report lab eggs location. diff -r 2c38a7cafba9 -r 2ac3cf08cd00 buildout.cfg --- a/buildout.cfg Thu Dec 02 19:09:32 2010 +0530 +++ b/buildout.cfg Thu Dec 02 19:13:08 2010 +0530 @@ -10,12 +10,13 @@ recipe = djangorecipe version = 1.2.1 settings = production -eggs = ${buildout:eggs} +eggs = + ${buildout:eggs} + ${reportlab:eggs} pythonpath = ${tagging:location} ${django-robots:location} ${south:location} - ${reportlab:eggs} [tagging] recipe = infrae.subversion