From bb0aa6f4cc52fc4a5f2d62748979d5c0ea9a199f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 11 Aug 2004 17:06:02 +0000 Subject: [PATCH] PyChecker updates. --- src/User.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/User.py b/src/User.py index 860887384..4f8f566a7 100755 --- a/src/User.py +++ b/src/User.py @@ -40,7 +40,6 @@ import supybot.fix as fix import re import getopt -import string import fnmatch from itertools import imap, ifilter @@ -51,8 +50,6 @@ import supybot.ircutils as ircutils import supybot.privmsgs as privmsgs import supybot.callbacks as callbacks -import supybot.Config as Config - class User(callbacks.Privmsg): def _checkNotChannel(self, irc, msg, password=' '): if password and ircutils.isChannel(msg.args[0]):