source:
xplra/test/runpy.sh@
57:f52efb9ba3d8
Last change on this file since 57:f52efb9ba3d8 was 31:a37c4ec54e84, checked in by , 12 years ago | |
---|---|
|
|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[31] | 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.