summaryrefslogtreecommitdiff
path: root/bin/pyrun.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-02-24 23:38:27 +0100
committeremkael <emkael@tlen.pl>2016-02-24 23:41:25 +0100
commit2173f7d7613b5158f4bb2f71a02df353c058c1ee (patch)
treeeac23e40bc497706b862b5d2ca01920c4b37ed92 /bin/pyrun.sh
parent6e72eace43adc48f0b311c26d66d13315e25fe93 (diff)
* moving PHP app files to app/php and Python app files to app/python
Diffstat (limited to 'bin/pyrun.sh')
-rwxr-xr-xbin/pyrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pyrun.sh b/bin/pyrun.sh
index 188a0eb..36a3339 100755
--- a/bin/pyrun.sh
+++ b/bin/pyrun.sh
@@ -2,5 +2,5 @@
DIR=$(dirname $0)
SCRIPT=$(echo $1 | sed 's/\.py\$//')
shift
-export PYTHONPATH=$DIR/..
+export PYTHONPATH=$DIR/../app/python/
python $DIR/$SCRIPT.py $@