From 1398a1fa47f1831564b933b62e728b999733bcac Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 2 Oct 2004 17:48:20 +0000 Subject: [PATCH] Removed a useless import. --- src/Channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Channel.py b/src/Channel.py index dca0864ae..3e11e6f18 100755 --- a/src/Channel.py +++ b/src/Channel.py @@ -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