From 8a08edb0f3db2113936c355053bd87e597af8c6c Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Tue, 18 Jun 2019 09:47:34 +0300 Subject: [PATCH] manage.py: Restore shebang line This is an executable file but cannot be executed without the interpreter. The shebang line was lost in commit 8cbc6b8325c08bb3a72932c7e67c6476f7d29edb --- lemur/manage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lemur/manage.py b/lemur/manage.py index e6e85a9d..7dd3b3b4 100755 --- a/lemur/manage.py +++ b/lemur/manage.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from __future__ import unicode_literals # at top of module import os