[Checkins] SVN: zc.buildout/branches/reinout-scripts/buildout.cfg Zapped pyflakes and docutils from the buildout.cfg that I only put there for demonstration purposes.

Reinout van Rees reinout at vanrees.org
Tue Sep 8 15:28:32 EDT 2009


Log message for revision 103669:
  Zapped pyflakes and docutils from the buildout.cfg that I only put there for demonstration purposes.
  This makes the branch ready for merging.

Changed:
  U   zc.buildout/branches/reinout-scripts/buildout.cfg

-=-
Modified: zc.buildout/branches/reinout-scripts/buildout.cfg
===================================================================
--- zc.buildout/branches/reinout-scripts/buildout.cfg	2009-09-08 19:26:19 UTC (rev 103668)
+++ zc.buildout/branches/reinout-scripts/buildout.cfg	2009-09-08 19:28:32 UTC (rev 103669)
@@ -6,10 +6,6 @@
 recipe = zc.recipe.egg
 eggs = zc.buildout
        zope.testing
-# The following two are here for demonstration purposes: to show that
-# distutils-style script generation works:
-       pyflakes
-       docutils
 interpreter = py
 
 [test]



More information about the checkins mailing list