THRIFT-93. Remove unnecessary shebang lines from Python libraries
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@678529 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/py/src/TSCons.py b/lib/py/src/TSCons.py
index ac992fa..dce1d01 100644
--- a/lib/py/src/TSCons.py
+++ b/lib/py/src/TSCons.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/Thrift.py b/lib/py/src/Thrift.py
index b856928..0ef9b19 100644
--- a/lib/py/src/Thrift.py
+++ b/lib/py/src/Thrift.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/__init__.py b/lib/py/src/__init__.py
index fd17ca9..1aa9bc7 100644
--- a/lib/py/src/__init__.py
+++ b/lib/py/src/__init__.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/protocol/TBinaryProtocol.py b/lib/py/src/protocol/TBinaryProtocol.py
index d163a6e..b61f50e 100644
--- a/lib/py/src/protocol/TBinaryProtocol.py
+++ b/lib/py/src/protocol/TBinaryProtocol.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/protocol/TProtocol.py b/lib/py/src/protocol/TProtocol.py
index 146a802..b2f0708 100644
--- a/lib/py/src/protocol/TProtocol.py
+++ b/lib/py/src/protocol/TProtocol.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/protocol/__init__.py b/lib/py/src/protocol/__init__.py
index 11ae3a7..accfdbb 100644
--- a/lib/py/src/protocol/__init__.py
+++ b/lib/py/src/protocol/__init__.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/server/TServer.py b/lib/py/src/server/TServer.py
index d573995..6656f0d 100644
--- a/lib/py/src/server/TServer.py
+++ b/lib/py/src/server/TServer.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/server/__init__.py b/lib/py/src/server/__init__.py
index d08db0c..b4b46a1 100644
--- a/lib/py/src/server/__init__.py
+++ b/lib/py/src/server/__init__.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/transport/THttpClient.py b/lib/py/src/transport/THttpClient.py
index 9cf4039..48f75a4 100644
--- a/lib/py/src/transport/THttpClient.py
+++ b/lib/py/src/transport/THttpClient.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/transport/TSocket.py b/lib/py/src/transport/TSocket.py
index 732dbd7..37fe6a8 100644
--- a/lib/py/src/transport/TSocket.py
+++ b/lib/py/src/transport/TSocket.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/transport/TTransport.py b/lib/py/src/transport/TTransport.py
index 3968a71..ab0f98d 100644
--- a/lib/py/src/transport/TTransport.py
+++ b/lib/py/src/transport/TTransport.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#
diff --git a/lib/py/src/transport/__init__.py b/lib/py/src/transport/__init__.py
index 4a23c84..f982ea1 100644
--- a/lib/py/src/transport/__init__.py
+++ b/lib/py/src/transport/__init__.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c) 2006- Facebook
# Distributed under the Thrift Software License
#