From 45cb73a21a90084818c3057e362ef9459f1600f3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 16 Dec 2014 16:40:03 +0100 Subject: Fix file permissions and remove shebang's Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- ipsilon/util/log.py | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 ipsilon/util/log.py (limited to 'ipsilon/util/log.py') diff --git a/ipsilon/util/log.py b/ipsilon/util/log.py old mode 100755 new mode 100644 index dc557e3..fb2c620 --- a/ipsilon/util/log.py +++ b/ipsilon/util/log.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Ipsilon Project Contributors # # See the file named COPYING for the project license -- cgit