diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 22:10:22 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 22:10:22 +0200 |
commit | d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa (patch) | |
tree | 7a5a21afbc7b193abdc8bfefc6fd21c12862b1b6 /module/remote/socketbackend | |
parent | fs_bsize support (diff) | |
download | pyload-d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa.tar.xz |
Added missing shebangs, removed unnecessary ones
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 |