diff options
Diffstat (limited to 'module/remote/socketbackend')
-rw-r--r-- | module/remote/socketbackend/create_ttypes.py | 4 | ||||
-rw-r--r-- | module/remote/socketbackend/ttypes.py | 1 |
2 files changed, 1 insertions, 4 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 |