[py-svn] r37916 - py/trunk/py

hpk at codespeak.net hpk at codespeak.net
Sun Feb 4 15:42:51 CET 2007


Author: hpk
Date: Sun Feb  4 15:42:50 2007
New Revision: 37916

Modified:
   py/trunk/py/conftest.py
Log:
dist_rsync_roots: py lib itself only needs itself


Modified: py/trunk/py/conftest.py
==============================================================================
--- py/trunk/py/conftest.py	(original)
+++ py/trunk/py/conftest.py	Sun Feb  4 15:42:50 2007
@@ -25,3 +25,5 @@
                help=("target to run tests requiring ssh, e.g. "
                      "user at codespeak.net")),
     )
+
+dist_rsync_roots = ['.']


More information about the py-svn mailing list