Removed unnecessary import from wordoftheday.py

This commit is contained in:
Luke Rogers 2011-11-21 01:02:43 +13:00
parent b18adaf63b
commit c605e7f2d2

View file

@ -1,5 +1,5 @@
import re import re
from util import hook, http, misc from util import hook, http
from BeautifulSoup import BeautifulSoup from BeautifulSoup import BeautifulSoup
@hook.command(autohelp=False) @hook.command(autohelp=False)