From 43c0de76d926150f4984d18b7c8c2b52f43229e3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 6 Apr 2003 11:49:53 +0000 Subject: [PATCH] Forgot to import time. --- plugins/RSS.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/RSS.py b/plugins/RSS.py index 098a9a28a..99d4e0c98 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -35,6 +35,8 @@ Add the module docstring here. This will be used by the setup.py script. from baseplugin import * +import time + import rssparser import privmsgs