From a4352814d140304794e33de3fffa0b55dfff6e38 Mon Sep 17 00:00:00 2001 From: Arthur Poulet Date: Sat, 26 Mar 2016 18:43:24 +0100 Subject: [PATCH] fix shebang on start.py python -> python2 --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 5a612a8d..f68050f5 100644 --- a/start.py +++ b/start.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Included modules