diff options
author | anders <anders@FreeBSD.org> | 2004-11-21 01:16:38 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2004-11-21 01:16:38 +0800 |
commit | fd9818329009856bec874b2d3c86a2cdd9d37548 (patch) | |
tree | 5ad73b8d3a59d30cf588abcee00f547b2727d563 /www | |
parent | e8d2bfb1b0ac815443b2f2cbeec5c7cf036835e1 (diff) | |
download | freebsd-ports-gnome-fd9818329009856bec874b2d3c86a2cdd9d37548.tar.gz freebsd-ports-gnome-fd9818329009856bec874b2d3c86a2cdd9d37548.tar.zst freebsd-ports-gnome-fd9818329009856bec874b2d3c86a2cdd9d37548.zip |
Set encoding for forgetHTML.py to prevent warnings.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-forgethtml/files/patch-lib-forgetHTML.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/py-forgethtml/files/patch-lib-forgetHTML.py b/www/py-forgethtml/files/patch-lib-forgetHTML.py new file mode 100644 index 000000000000..16159ae43463 --- /dev/null +++ b/www/py-forgethtml/files/patch-lib-forgetHTML.py @@ -0,0 +1,8 @@ +--- lib/forgetHTML.py.orig Sat Nov 20 17:16:38 2004 ++++ lib/forgetHTML.py Sat Nov 20 17:16:54 2004 +@@ -1,4 +1,5 @@ + # $Id: forgetHTML.py,v 1.8 2004/09/13 00:48:42 stain Exp $ ++# -*- coding: ISO-8859-1 -*- + # + # (c) Stian Soiland <stain@nvg.org> 2001-2003 + # Licence: LGPL |