diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index 738090a..66555c3 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -80,8 +80,9 @@ class Exit(CommandBase, object): def help_exit(self): print("exits linspector") - do_EOF = do_exit - help_EOF = help_exit + #TODO: do we really need this: ??? + #do_EOF = do_exit + #help_EOF = help_exit class LogCommander(Cmd, object):