mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed an old comment.
This commit is contained in:
parent
fe9bf97a59
commit
6b5d32c4b5
@ -114,7 +114,6 @@ def pipeReadline(fd, timeout=0.75):
|
|||||||
class Unix(callbacks.Privmsg):
|
class Unix(callbacks.Privmsg):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.Privmsg.__init__(self)
|
callbacks.Privmsg.__init__(self)
|
||||||
# Initialize a file descriptor for the spell module.
|
|
||||||
self.spellCmd = utils.findBinaryInPath('aspell')
|
self.spellCmd = utils.findBinaryInPath('aspell')
|
||||||
if not self.spellCmd:
|
if not self.spellCmd:
|
||||||
self.spellCmd = utils.findBinaryInPath('ispell')
|
self.spellCmd = utils.findBinaryInPath('ispell')
|
||||||
|
Loading…
Reference in New Issue
Block a user