SVN: zope.testing/trunk/buildout.cfg Explain where to put default.cfg

Tres Seaver <[email protected]> Wed, 14 Jul 2010 10:24:26 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20100714142426.33868941DF__41050.7058645182$1279117477$gmane$org@cvs.zope.org>
Log message for revision 114744:
  Explain where to put default.cfg

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

-=-
Modified: zope.testing/trunk/buildout.cfg
===================================================================
--- zope.testing/trunk/buildout.cfg	2010-07-14 14:23:22 UTC (rev 114743)
+++ zope.testing/trunk/buildout.cfg	2010-07-14 14:24:25 UTC (rev 114744)
@@ -16,8 +16,9 @@
     zope.testing
 
 # The [test2X] sections below are to make testing with various Python versions
-# easier.  You'll need entries in your default.cfg that point to the location
-# that your various versions of Python are installed.  Like so:
+# easier.  You'll need entries in your $HOME/.buildout/default.cfg that point
+# to the location # that your various versions of Python are installed.
+# Like so:
 #
 # [python2.4]
 # executable = /usr/local/bin/python2.4