From c605e7f2d25eb1aa12acffef5040c5ab174906d6 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 21 Nov 2011 01:02:43 +1300 Subject: [PATCH] Removed unnecessary import from wordoftheday.py --- plugins/wordoftheday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wordoftheday.py b/plugins/wordoftheday.py index 7ab671b..78a6989 100644 --- a/plugins/wordoftheday.py +++ b/plugins/wordoftheday.py @@ -1,5 +1,5 @@ import re -from util import hook, http, misc +from util import hook, http from BeautifulSoup import BeautifulSoup @hook.command(autohelp=False)