mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
350 B
Plaintext
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 *
|