diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-15 16:03:57 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-16 02:48:52 +0100 |
commit | 0affe19304b96332c5c1ff36373203216a35ec07 (patch) | |
tree | 9d10261baab41943a7b630ceef3b83e39ed9df0f /lib | |
parent | 3530ac01492727d64b7f7d10d7a1ef21bb590c5d (diff) | |
download | samba-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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/socket_wrapper/socket.py | 2 |
1 files changed, 0 insertions, 2 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 # |