Removed a useless import.

This commit is contained in:
Jeremy Fincher 2004-10-02 17:48:20 +00:00
parent 54b6880a80
commit 1398a1fa47
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ import supybot.ircmsgs as ircmsgs
from supybot.commands import wrap
import supybot.schedule as schedule
import supybot.ircutils as ircutils
import supybot.privmsgs as privmsgs
import supybot.registry as registry
import supybot.callbacks as callbacks