From 0b575823d05926fc03e7dad6eab89d98867fc923 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 13 Feb 2007 00:10:38 +0100 Subject: [PATCH] [svn r38649] Adding _findpy call to not have to set PYTHONPATH to find the py lib. --HG-- branch : trunk --- py/bin/_update_website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/bin/_update_website.py b/py/bin/_update_website.py index 470b8befa..521334084 100755 --- a/py/bin/_update_website.py +++ b/py/bin/_update_website.py @@ -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