From: Jelmer Vernooij Date: Thu, 15 Mar 2012 15:03:57 +0000 (+0100) Subject: Remove more unnecessary shebang lines in python files. X-Git-Tag: tdb-1.2.10~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0affe19304b96332c5c1ff36373203216a35ec07;p=thirdparty%2Fsamba.git Remove more unnecessary shebang lines in python files. Autobuild-User: Jelmer Vernooij Autobuild-Date: Fri Mar 16 02:48:52 CET 2012 on sn-devel-104 --- diff --git a/lib/socket_wrapper/socket.py b/lib/socket_wrapper/socket.py index bba96653af7..ccbb8208997 100644 --- a/lib/socket_wrapper/socket.py +++ b/lib/socket_wrapper/socket.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Wrapper for socket wrapper (based on python socket wrapper) # Copyright (C) Amitay Isaacs 2011 # diff --git a/source4/librpc/rpc/dcerpc.py b/source4/librpc/rpc/dcerpc.py index 73db9e3172a..830720cde00 100644 --- a/source4/librpc/rpc/dcerpc.py +++ b/source4/librpc/rpc/dcerpc.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Unix SMB/CIFS implementation. # Copyright (C) Jelmer Vernooij 2008 #