From d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 22:10:22 +0200 Subject: Added missing shebangs, removed unnecessary ones --- module/remote/socketbackend/create_ttypes.py | 4 +--- module/remote/socketbackend/ttypes.py | 1 - module/remote/thriftbackend/ThriftTest.py | 1 - module/remote/thriftbackend/thriftgen/pyload/Pyload-remote | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) (limited to 'module/remote') diff --git a/module/remote/socketbackend/create_ttypes.py b/module/remote/socketbackend/create_ttypes.py index 61dae99ac..65bd11dbe 100644 --- a/module/remote/socketbackend/create_ttypes.py +++ b/module/remote/socketbackend/create_ttypes.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- import inspect @@ -37,8 +36,7 @@ def main(): f = open(join(path, "ttypes.py"), "wb") f.write( - """#!/usr/bin/env python -# -*- coding: utf-8 -*- + """# -*- coding: utf-8 -*- # Autogenerated by pyload # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING diff --git a/module/remote/socketbackend/ttypes.py b/module/remote/socketbackend/ttypes.py index 8140821c3..3fd02fac8 100644 --- a/module/remote/socketbackend/ttypes.py +++ b/module/remote/socketbackend/ttypes.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Autogenerated by pyload # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING diff --git a/module/remote/thriftbackend/ThriftTest.py b/module/remote/thriftbackend/ThriftTest.py index a67d86b8d..aec20fa33 100644 --- a/module/remote/thriftbackend/ThriftTest.py +++ b/module/remote/thriftbackend/ThriftTest.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- import sys diff --git a/module/remote/thriftbackend/thriftgen/pyload/Pyload-remote b/module/remote/thriftbackend/thriftgen/pyload/Pyload-remote index dae1efa1b..7ae6775bd 100755 --- a/module/remote/thriftbackend/thriftgen/pyload/Pyload-remote +++ b/module/remote/thriftbackend/thriftgen/pyload/Pyload-remote @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # Autogenerated by Thrift Compiler (0.9.0-dev) # -- cgit v1.2.3