summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-12-02 19:13:08 +0530
committerMadhusudan.C.S2010-12-02 19:13:08 +0530
commit384dd855f929fae4f7d53b0f47069e134381c719 (patch)
tree4d0998f99a6b3298061f9549eace14ca8ce2c66e
parent7433d0d022bb32535d2bcc029beb2886ff39f621 (diff)
downloadscipycon-384dd855f929fae4f7d53b0f47069e134381c719.tar.gz
scipycon-384dd855f929fae4f7d53b0f47069e134381c719.tar.bz2
scipycon-384dd855f929fae4f7d53b0f47069e134381c719.zip
Changed report lab eggs location.
-rw-r--r--buildout.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 98682e6..4f28529 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -10,12 +10,13 @@ eggs =
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