diff options
Diffstat (limited to 'module/remote')
-rw-r--r-- | module/remote/socketbackend/create_ttypes.py | 4 | ||||
-rw-r--r-- | module/remote/socketbackend/ttypes.py | 1 | ||||
-rw-r--r-- | module/remote/thriftbackend/ThriftTest.py | 1 | ||||
-rwxr-xr-x | module/remote/thriftbackend/thriftgen/pyload/Pyload-remote | 1 |
4 files changed, 1 insertions, 6 deletions
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) # |