From 577779d5ca1d9d0e5428cf2754e9459c2038a197 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 15 Oct 2015 19:20:33 +0200 Subject: [PATCH] typo in shebang line --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 58fbcaf..0118de2 100644 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#/usr/bin/python +#!/usr/bin/python # imports of modules import ConfigParser