[svn r38649] Adding _findpy call to not have to set PYTHONPATH to find the py lib.
--HG-- branch : trunk
This commit is contained in:
parent
16e47af8a9
commit
0b575823d0
|
@ -5,7 +5,7 @@
|
||||||
rsyncs the whole package (with all the ReST docs converted to HTML) as well
|
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
|
as the apigen docs to a given remote host and path
|
||||||
"""
|
"""
|
||||||
|
from _findpy import py
|
||||||
import py
|
import py
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue