mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Oops, didn't give the appropriate namespace.
This commit is contained in:
parent
5d98b1a5bc
commit
9f33b4c1bd
@ -705,7 +705,7 @@ class IgnoresDB(object):
|
||||
def open(self, filename):
|
||||
self.filename = filename
|
||||
fd = file(self.filename)
|
||||
for line in nonEmptyNonCommentLines(fd):
|
||||
for line in utils.nonCommentNonEmptyLines(fd):
|
||||
self.hostmasks.add(line.rstrip('\r\n'))
|
||||
fd.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user