Blob Blame History Raw
From a28d2f6aa77fca054411b2f0afd19e7dd253d6bd Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Mon, 5 Mar 2018 20:18:01 -0500
Subject: [PATCH] daemon.py does not need to be executable.

It is executed through `sys.executable` to provide 2/3 compat, and it
never run directly.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 pyinsane2/sane/daemon.py | 2 --
 1 file changed, 2 deletions(-)
 mode change 100755 => 100644 pyinsane2/sane/daemon.py

diff --git a/pyinsane2/sane/daemon.py b/pyinsane2/sane/daemon.py
old mode 100755
new mode 100644
index cc0f7c7..4e4c06c
--- a/pyinsane2/sane/daemon.py
+++ b/pyinsane2/sane/daemon.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
 import logging
 import os
 import pickle
-- 
2.14.3