[py-svn] r38649 - py/trunk/py/bin

guido at codespeak.net guido at codespeak.net
Tue Feb 13 00:10:39 CET 2007


Author: guido
Date: Tue Feb 13 00:10:38 2007
New Revision: 38649

Modified:
   py/trunk/py/bin/_update_website.py
Log:
Adding _findpy call to not have to set PYTHONPATH to find the py lib.


Modified: py/trunk/py/bin/_update_website.py
==============================================================================
--- py/trunk/py/bin/_update_website.py	(original)
+++ py/trunk/py/bin/_update_website.py	Tue Feb 13 00:10:38 2007
@@ -5,7 +5,7 @@
     rsyncs the whole package (with all the ReST docs converted to HTML) as well
     as the apigen docs to a given remote host and path
 """
-
+from _findpy import py
 import py
 import sys
 



More information about the pytest-commit mailing list