2013-09-26 17:14:40 +02:00

13 lines
350 B
Plaintext

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