From: Stephen Early Date: Tue, 14 Jun 2005 23:24:02 +0000 (+0100) Subject: Python encoding declaration X-Git-Tag: v0.1.18~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=eaef42b75b51f5d8abebc023fcd66ec76933b613 Python encoding declaration Add encoding declaration to ipaddr.py to stop deprecation warnings on recent python implementations. --- diff --git a/ipaddr.py b/ipaddr.py index 83f5a17..045b95d 100644 --- a/ipaddr.py +++ b/ipaddr.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- # ipaddr.py -- handle IP addresses and set of IP addresses. # Copyright (C) 1996-2000 Cendio Systems AB #