Change to satisfy PyChecker.

This commit is contained in:
Jeremy Fincher 2003-08-20 07:19:56 +00:00
parent 137f05b2e8
commit 06c36d283a

View File

@ -321,6 +321,7 @@ class UsersDictionary(object):
s = fd.read()
fd.close()
Set = sets.Set
ignore(Set) # Make PyChecker happy.
self.dict = eval(normalize(s))
self.cache = {} # hostmasks to nicks.
self.revcache = ircutils.IrcDict() # nicks to hostmasks.