diff options
author | cp1 <christopherpool1@googlemail.com> | 2009-06-11 17:43:30 +0200 |
---|---|---|
committer | cp1 <christopherpool1@googlemail.com> | 2009-06-11 17:43:30 +0200 |
commit | b7b9fb2003d54588a5b69be249f95415404fef56 (patch) | |
tree | 8fac0b02b49949f3fb6690aec1163f7a5935eb9d /module/remote | |
parent | correcting false identation (tabs to spaces) (diff) | |
download | pyload-b7b9fb2003d54588a5b69be249f95415404fef56.tar.xz |
utf-8 encodung, correcting file header
Diffstat (limited to 'module/remote')
-rw-r--r-- | module/remote/ClientHandler.py | 3 | ||||
-rw-r--r-- | module/remote/ClientSocket.py | 3 | ||||
-rw-r--r-- | module/remote/RequestHandler.py | 3 | ||||
-rw-r--r-- | module/remote/RequestObject.py | 3 | ||||
-rw-r--r-- | module/remote/SocketServer.py | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/module/remote/ClientHandler.py b/module/remote/ClientHandler.py index 248725ccf..9653db9ae 100644 --- a/module/remote/ClientHandler.py +++ b/module/remote/ClientHandler.py @@ -1,5 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- + """ authored by: RaNaN diff --git a/module/remote/ClientSocket.py b/module/remote/ClientSocket.py index ee0d03e82..0e6a5ed53 100644 --- a/module/remote/ClientSocket.py +++ b/module/remote/ClientSocket.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# -'- coding: utf-8 -*. +# -*- coding: utf-8 -*- + """ authored by: RaNaN diff --git a/module/remote/RequestHandler.py b/module/remote/RequestHandler.py index 9ded5d02e..5d39623c3 100644 --- a/module/remote/RequestHandler.py +++ b/module/remote/RequestHandler.py @@ -1,5 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- + """ authored by: RaNaN diff --git a/module/remote/RequestObject.py b/module/remote/RequestObject.py index c5786061b..07f22cd17 100644 --- a/module/remote/RequestObject.py +++ b/module/remote/RequestObject.py @@ -1,5 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- + """ authored by: RaNaN diff --git a/module/remote/SocketServer.py b/module/remote/SocketServer.py index c683c6672..676cb5556 100644 --- a/module/remote/SocketServer.py +++ b/module/remote/SocketServer.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# -'- coding: utf-8 -*. +# -*- coding: utf-8 -*- + """ authored by: RaNaN |