diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-11-20 17:16:38 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-11-20 17:16:38 +0000 |
commit | cbe4c7a47a5793d26ce051ae757bb19365df0075 (patch) | |
tree | 2f28dae42ffa433b9006c81bd9995afcab7f2f32 /www/py-forgethtml | |
parent | 6acd1939bee011e5c40f68242808026ba8e94b8a (diff) | |
download | ports-cbe4c7a47a5793d26ce051ae757bb19365df0075.tar.gz ports-cbe4c7a47a5793d26ce051ae757bb19365df0075.zip |
Notes
Diffstat (limited to 'www/py-forgethtml')
-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 |