From 3ed1724849f5e07379d085b14b53ae683adf853d Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Wed, 3 Feb 2016 10:58:06 +0100 Subject: [PATCH] Wrong shebang --- mensaplan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mensaplan.py b/mensaplan.py index b7e68e0..45de68f 100755 --- a/mensaplan.py +++ b/mensaplan.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python3 """ Print the Mensaplan of the uni ulm in a fancy cli way """