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
1 changed files with 1 additions and 1 deletions

View File

@ -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)