summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-15 16:03:57 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-16 02:48:52 +0100
commit0affe19304b96332c5c1ff36373203216a35ec07 (patch)
tree9d10261baab41943a7b630ceef3b83e39ed9df0f
parent3530ac01492727d64b7f7d10d7a1ef21bb590c5d (diff)
downloadsamba-0affe19304b96332c5c1ff36373203216a35ec07.tar.gz
samba-0affe19304b96332c5c1ff36373203216a35ec07.tar.bz2
samba-0affe19304b96332c5c1ff36373203216a35ec07.zip
Remove more unnecessary shebang lines in python files.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Mar 16 02:48:52 CET 2012 on sn-devel-104
-rw-r--r--lib/socket_wrapper/socket.py2
-rw-r--r--source4/librpc/rpc/dcerpc.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/socket_wrapper/socket.py b/lib/socket_wrapper/socket.py
index bba96653af..ccbb820899 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 73db9e3172..830720cde0 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 <jelmer@samba.org> 2008
#