[pypy-svn] rev 891 - pypy/trunk/doc

hpk at codespeak.net hpk at codespeak.net
Sun Jun 22 10:56:48 CEST 2003


Author: hpk
Date: Sun Jun 22 10:56:48 2003
New Revision: 891

Modified:
   pypy/trunk/doc/coding-style.txt
Log:
test checkin with some info added



Modified: pypy/trunk/doc/coding-style.txt
==============================================================================
--- pypy/trunk/doc/coding-style.txt	(original)
+++ pypy/trunk/doc/coding-style.txt	Sun Jun 22 10:56:48 2003
@@ -44,6 +44,7 @@
 
 - the PYTHONPATH should be set to the filesytstem equivalent of 
   http://codespeak.net:8080/svn/pypy/trunk/src 
+  in fact the "autopath" module does this for you.
 
 - __init__.py is always empty except for "pypy/objspace/*"
 


More information about the Pypy-commit mailing list