Needed to import webutils for webutils.strError calls

This commit is contained in:
Kevin Murphy 2004-09-21 22:31:43 +00:00
parent aeecf352a7
commit 45aabeb5ea

View File

@ -44,12 +44,12 @@ import dictclient
import supybot.conf as conf
import supybot.utils as utils
import supybot.plugins as plugins
import supybot.webutils as webutils
import supybot.registry as registry
import supybot.ircutils as ircutils
import supybot.privmsgs as privmsgs
import supybot.callbacks as callbacks
def configure(advanced):
from supybot.questions import output, expect, anything, something, yn
conf.registerPlugin('Dict', True)