mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Change to satisfy PyChecker.
This commit is contained in:
parent
137f05b2e8
commit
06c36d283a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user