[pypy-svn] r37959 - pypy/branch/pytrunkmerge/pypy

hpk at codespeak.net hpk at codespeak.net
Mon Feb 5 12:29:15 CET 2007


Author: hpk
Date: Mon Feb  5 12:29:13 2007
New Revision: 37959

Modified:
   pypy/branch/pytrunkmerge/pypy/conftest.py
Log:
ok, default should be to include lib-python


Modified: pypy/branch/pytrunkmerge/pypy/conftest.py
==============================================================================
--- pypy/branch/pytrunkmerge/pypy/conftest.py	(original)
+++ pypy/branch/pytrunkmerge/pypy/conftest.py	Mon Feb  5 12:29:13 2007
@@ -7,8 +7,7 @@
 
 rootdir = py.magic.autopath().dirpath()
 
-dist_rsync_roots = ['.', '../py']
-#dist_rsync_roots = ['.', '../lib-python', '../py']
+dist_rsync_roots = ['.', '../lib-python', '../py']
 dist_rsync_ignore = ['_cache']
 
 #



More information about the Pypy-commit mailing list