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 +++ 1 file changed, 3 insertions(+) (limited to 'module/network/Keepalive.py') 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 -- cgit v1.2.3