source: xplra/test/runpy.sh@ 112:58892a32a039

Last change on this file since 112:58892a32a039 was 31:a37c4ec54e84, checked in by István Váradi <ivaradi@…>, 11 years ago

Reading of single values works with the Python client

  • Property exe set to *
File size: 208 bytes
Line 
1#!/bin/sh
2
3set -e -u
4
5scriptdir=`dirname $0`
6
7pythondir="${scriptdir}/../src/client/python"
8pythondir=`cd "${pythondir}" && pwd`
9
10PYTHONPATH="${pythondir}:${PYTHONPATH:-}"
11export PYTHONPATH
12
13exec python "$@"
Note: See TracBrowser for help on using the repository browser.