Forgot an import

This commit is contained in:
James Vega 2005-01-02 03:04:13 +00:00
parent d97a652182
commit d103888968
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ import os.path
import threading
import supybot.conf as conf
import supybot.utils as utils
import supybot.world as world
from supybot.commands import *
import supybot.ircmsgs as ircmsgs