uncommented EOF command. do we need it?

This commit is contained in:
Johannes Findeisen 2013-10-19 02:07:05 +02:00
commit ea10f91bf8

View file

@ -80,8 +80,9 @@ class Exit(CommandBase, object):
def help_exit(self): def help_exit(self):
print("exits linspector") print("exits linspector")
do_EOF = do_exit #TODO: do we really need this: ???
help_EOF = help_exit #do_EOF = do_exit
#help_EOF = help_exit
class LogCommander(Cmd, object): class LogCommander(Cmd, object):