From 7e7343d96896009a649bba23dd8e5fa015cc3168 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 1 Apr 2004 15:00:04 +0000 Subject: [PATCH] It's nice to have sgmllib imported when you're trying to catch it's exceptions --- plugins/RSS.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/RSS.py b/plugins/RSS.py index 342ce313b..cea832ac7 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -39,6 +39,7 @@ import plugins import sets import time +import sgmllib import threading from itertools import imap