From c9c7e7296ddb33103fb24610d47bcf9b76ba5a15 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 20 Oct 2013 00:42:56 +0200 Subject: [PATCH] removed EOF foo --- linspector/frontends/lish.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index 22a81ef..c2be84d 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -89,10 +89,6 @@ class Exit(CommandBase, object): def help_exit(self): print("exits linspector") - #TODO: do we really need this: ??? - #do_EOF = do_exit - #help_EOF = help_exit - class LogCommander(Cmd, object): def do_log(self, text):