[Checkins] SVN: z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.py add z3c.recipe.paster as dep egg for debugging

Adam Groszer agroszer at gmail.com
Mon Feb 8 10:09:36 EST 2010


Log message for revision 108876:
  add z3c.recipe.paster as dep egg for debugging

Changed:
  U   z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.py

-=-
Modified: z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.py
===================================================================
--- z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.py	2010-02-08 14:44:40 UTC (rev 108875)
+++ z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.py	2010-02-08 15:09:35 UTC (rev 108876)
@@ -39,7 +39,7 @@
             raise zc.buildout.UserError(
                 'You have to define at the app (which has the eggs and zope.conf).')
         self.app = options.get('app')
-        options['eggs'] = buildout[self.app]['eggs']
+        options['eggs'] = '%s\nz3c.recipe.paster' % buildout[self.app]['eggs']
 
         if not options.get('working-directory', ''):
             options['location'] = buildout[self.app].get('location',



More information about the checkins mailing list