source:
xplra/test/runpy.sh
Last change on this file was 31:a37c4ec54e84, checked in by , 12 years ago | |
---|---|
|
|
File size: 208 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | set -e -u |
4 | |
5 | scriptdir=`dirname $0` |
6 | |
7 | pythondir="${scriptdir}/../src/client/python" |
8 | pythondir=`cd "${pythondir}" && pwd` |
9 | |
10 | PYTHONPATH="${pythondir}:${PYTHONPATH:-}" |
11 | export PYTHONPATH |
12 | |
13 | exec python "$@" |
Note:
See TracBrowser
for help on using the repository browser.