diff options
author | Madhusudan.C.S | 2010-12-02 19:13:08 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-02 19:13:08 +0530 |
commit | 384dd855f929fae4f7d53b0f47069e134381c719 (patch) | |
tree | 4d0998f99a6b3298061f9549eace14ca8ce2c66e | |
parent | 7433d0d022bb32535d2bcc029beb2886ff39f621 (diff) | |
download | scipycon-384dd855f929fae4f7d53b0f47069e134381c719.tar.gz scipycon-384dd855f929fae4f7d53b0f47069e134381c719.tar.bz2 scipycon-384dd855f929fae4f7d53b0f47069e134381c719.zip |
Changed report lab eggs location.
-rw-r--r-- | buildout.cfg | 5 |
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 |