From b7b9fb2003d54588a5b69be249f95415404fef56 Mon Sep 17 00:00:00 2001 From: cp1 Date: Thu, 11 Jun 2009 17:43:30 +0200 Subject: utf-8 encodung, correcting file header --- module/network/Keepalive.py | 3 +++ module/network/MultipartPostHandler.py | 3 ++- module/network/Request.py | 2 ++ module/network/__init__.py | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) (limited to 'module/network') diff --git a/module/network/Keepalive.py b/module/network/Keepalive.py index dbf4d94cb..2443f5bbf 100644 --- a/module/network/Keepalive.py +++ b/module/network/Keepalive.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either diff --git a/module/network/MultipartPostHandler.py b/module/network/MultipartPostHandler.py index b6980ae18..6804bcc90 100644 --- a/module/network/MultipartPostHandler.py +++ b/module/network/MultipartPostHandler.py @@ -1,4 +1,5 @@ -#!/usr/bin/python +#!/usr/bin/env python +# -*- coding: utf-8 -*- #### # 02/2006 Will Holcomb diff --git a/module/network/Request.py b/module/network/Request.py index 2a0199fb8..cce89f92e 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- + + """ authored by: RaNaN """ diff --git a/module/network/__init__.py b/module/network/__init__.py index 8d1c8b69c..8b1378917 100644 --- a/module/network/__init__.py +++ b/module/network/__init__.py @@ -1 +1 @@ - + -- cgit v1.2.3