diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:53:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:53:59 +0000 |
commit | abda564c5e2cf2ae063887290daaa1fb102027aa (patch) | |
tree | ef1a0833cd160a67367133d984d50ae2c694a5e0 /pyuno/zipcore | |
parent | 265025d520fc7558ff366d016a94557a2331de1c (diff) |
INTEGRATION: CWS pyunofixes2 (1.7.12); FILE MERGED
2006/01/11 21:36:14 jbu 1.7.12.1: #i55157# added lib/site-packages to PYTHONPATH
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r-- | pyuno/zipcore/python.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh index 4f0aa1882c12..a94d23b99279 100644 --- a/pyuno/zipcore/python.sh +++ b/pyuno/zipcore/python.sh @@ -5,9 +5,9 @@ # # $RCSfile: python.sh,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-11-11 09:21:32 $ +# last change: $Author: obo $ $Date: 2006-03-22 10:53:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ case $sd_platform in ;; esac -PYTHONPATH="$sd_prog":"$sd_prog/python-core-%%PYVERSION%%/lib":"$sd_prog/python-core-%%PYVERSION%%/lib/lib-dynload":"$sd_prog/python-core-%%PYVERSION%%/lib/lib-tk":"$PYTHONPATH" +PYTHONPATH="$sd_prog":"$sd_prog/python-core-%%PYVERSION%%/lib":"$sd_prog/python-core-%%PYVERSION%%/lib/lib-dynload":"$sd_prog/python-core-%%PYVERSION%%/lib/lib-tk":"$sd_prog/python-core-%%PYVERSION%%/lib/site-packages":"$PYTHONPATH" export PYTHONPATH PYTHONHOME="$sd_prog"/python-core-%%PYVERSION%% |