From ae46cfb761c54241b3e01ef4d503ada5143afaa9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 31 Oct 2010 23:01:21 +0100 Subject: Rewrote mensa module ... --- curunir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curunir') 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" "$@" -- cgit v1.2.3