From 0ee93eaa464d524efcfda4f243d2c456a4dfac5e Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 21 Jul 2008 19:03:11 +0000 Subject: [PATCH] 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 --- lib/py/src/TSCons.py | 2 -- lib/py/src/Thrift.py | 2 -- lib/py/src/__init__.py | 2 -- lib/py/src/protocol/TBinaryProtocol.py | 2 -- lib/py/src/protocol/TProtocol.py | 2 -- lib/py/src/protocol/__init__.py | 2 -- lib/py/src/server/TServer.py | 2 -- lib/py/src/server/__init__.py | 2 -- lib/py/src/transport/THttpClient.py | 2 -- lib/py/src/transport/TSocket.py | 2 -- lib/py/src/transport/TTransport.py | 2 -- lib/py/src/transport/__init__.py | 2 -- 12 files changed, 24 deletions(-) diff --git a/lib/py/src/TSCons.py b/lib/py/src/TSCons.py index ac992faf..dce1d01a 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 b8569287..0ef9b198 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 fd17ca9f..1aa9bc7f 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 d163a6e6..b61f50ee 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 146a8024..b2f07081 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 11ae3a79..accfdbb6 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 d5739959..6656f0db 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 d08db0c9..b4b46a1f 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 9cf4039a..48f75a44 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 732dbd7d..37fe6a82 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 3968a713..ab0f98d0 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 4a23c847..f982ea1d 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 # -- 2.17.1