From: Marek Stępniowski Date: Sun, 7 Sep 2008 20:47:37 +0000 (+0200) Subject: Added setpythonpath.sh to repository. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/8012225e9a8c8ba094c2c00da8fce25a67a26a90 Added setpythonpath.sh to repository. --- diff --git a/setpythonpath.sh b/setpythonpath.sh new file mode 100755 index 000000000..2aea8d84b --- /dev/null +++ b/setpythonpath.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PYTHONPATH=`pwd`/lib:`pwd`/apps:$PYTHONPATH \ No newline at end of file