From: Andreas Schneider Date: Tue, 13 Mar 2012 10:59:21 +0000 (+0100) Subject: s4-python: Remove env from non-executable webserver script. X-Git-Tag: tdb-1.2.10~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4faba7615a486c3104e8515f92554653eb57320f;p=thirdparty%2Fsamba.git s4-python: Remove env from non-executable webserver script. --- diff --git a/source4/scripting/python/samba/web_server/__init__.py b/source4/scripting/python/samba/web_server/__init__.py index c05ca66ea33..c43924097d1 100644 --- a/source4/scripting/python/samba/web_server/__init__.py +++ b/source4/scripting/python/samba/web_server/__init__.py @@ -1,6 +1,5 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- - +# # Unix SMB/CIFS implementation. # Copyright © Jelmer Vernooij 2008 #