summaryrefslogtreecommitdiffstats
path: root/curunir
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-10-31 23:01:21 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-10-31 23:01:21 +0100
commitae46cfb761c54241b3e01ef4d503ada5143afaa9 (patch)
treeb46795ea49420dccaff1f84b49dcc57ecbb25b3e /curunir
parentc33aea37f26d9779132a4126de0b62245654cbd2 (diff)
downloadcurunir-ae46cfb761c54241b3e01ef4d503ada5143afaa9.tar
curunir-ae46cfb761c54241b3e01ef4d503ada5143afaa9.zip
Rewrote mensa module ...
Diffstat (limited to 'curunir')
-rwxr-xr-xcurunir2
1 files changed, 1 insertions, 1 deletions
diff --git a/curunir b/curunir
index bf357b1..89af587 100755
--- a/curunir
+++ b/curunir
@@ -5,4 +5,4 @@ DIR=`dirname $0`
cd "$DIR"
export PYTHONPATH="$PYTHONPATH:."
-exec /usr/bin/env python -OO "$APP.py" "$@"
+exec /usr/bin/env python2 -OO "$APP.py" "$@"