SVN: zope.testing/trunk/buildout.cfg Unzip recipe eggs.

Tres Seaver <[email protected]> Wed, 2 Jun 2010 18:46:50 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <[email protected]>
Log message for revision 112945:
  Unzip recipe eggs.

Changed:
  U   zope.testing/trunk/buildout.cfg

-=-
Modified: zope.testing/trunk/buildout.cfg
===================================================================
--- zope.testing/trunk/buildout.cfg	2010-06-02 22:29:56 UTC (rev 112944)
+++ zope.testing/trunk/buildout.cfg	2010-06-02 22:46:50 UTC (rev 112945)
@@ -2,6 +2,7 @@
 develop = .
 parts =
     test
+unzip = true
 
 [test]
 recipe = zc.recipe.testrunner