From 6e19d921c81a503b0de44dda1f6d6fd0cf674b89 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 1 Aug 2003 02:58:29 +0000 Subject: [PATCH] Forget this with the other 2.3 upgrade stuff. --- plugins/Http.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Http.py b/plugins/Http.py index c56045898..c6865de6b 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -36,6 +36,7 @@ Provides several commands that go out to websites and get things. from baseplugin import * import re +import sets import time import random import urllib @@ -55,7 +56,7 @@ class Http(callbacks.Privmsg): def __init__(self): callbacks.Privmsg.__init__(self) self.deepthoughtq = structures.queue() - self.deepthoughts = set() + self.deepthoughts = sets.Set() def deepthought(self, irc, msg, args): """takes no arguments