[pypy-svn] r38849 - pypy/dist/pypy

hpk at codespeak.net hpk at codespeak.net
Wed Feb 14 16:55:14 CET 2007


Author: hpk
Date: Wed Feb 14 16:55:13 2007
New Revision: 38849

Modified:
   pypy/dist/pypy/conftest.py
Log:
add doc line (to check commit time)


Modified: pypy/dist/pypy/conftest.py
==============================================================================
--- pypy/dist/pypy/conftest.py	(original)
+++ pypy/dist/pypy/conftest.py	Wed Feb 14 16:55:13 2007
@@ -8,6 +8,7 @@
 
 rootdir = py.magic.autopath().dirpath()
 
+# distributed testing settings
 dist_rsync_roots = ['.', '../lib-python', '../py', '../demo']
 dist_rsync_ignore = ['_cache']
 



More information about the Pypy-commit mailing list