From eaef42b75b51f5d8abebc023fcd66ec76933b613 Mon Sep 17 00:00:00 2001 From: Stephen Early Date: Wed, 15 Jun 2005 00:24:02 +0100 Subject: [PATCH] Python encoding declaration Add encoding declaration to ipaddr.py to stop deprecation warnings on recent python implementations. --- ipaddr.py | 1 + 1 file changed, 1 insertion(+) 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 # -- 2.30.2