From b787ba789ea500a2f7efe95d25949d80e44b6ef8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 13 Mar 2012 11:24:38 +0100 Subject: s4-python: Remove env from non-executable samba scripts. --- source4/scripting/python/samba/sites.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/scripting/python/samba/sites.py') diff --git a/source4/scripting/python/samba/sites.py b/source4/scripting/python/samba/sites.py index f18441cbbb..76c57dd11c 100644 --- a/source4/scripting/python/samba/sites.py +++ b/source4/scripting/python/samba/sites.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # python site manipulation code # Copyright Matthieu Patou 2011 # -- cgit