$NetBSD$

--- 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 *
