ports/dns/py-dns/files/patch-DNS-Lib.py
Xin LI 960e3b3430 Fix build with Python 2.5 by adding encoding information on
two files, as requested by pep-0263.

Approved by:	portmgr/maintainer (linimon)
2006-10-11 16:20:45 +00:00

7 lines
226 B
Python

--- DNS/Lib.py.origWed Oct 11 05:45:08 2006
+++ DNS/Lib.pyWed Oct 11 05:46:19 2006
@@ -1,3 +1,4 @@
+# This Python file uses the following encoding: iso8859-1
"""
$Id: Lib.py,v 1.11 2002/03/19 13:05:02 anthonybaxter Exp $