$NetBSD: patch-aa,v 1.1.1.1 2005/12/03 06:34:01 schmonz Exp $

--- newspipe.py.orig	2005-07-17 21:23:28.000000000 -0400
+++ newspipe.py
@@ -57,6 +57,7 @@ except ImportError:
     import dummy_threading as _threading
     has_threading = False
 
+sys.path.append("@LOCALBASE@/share/html2text")
 has_html2text = True
 try:
     from html2text import *
