help_* working in commandline UI.
[hooke.git] / hooke / hooke_cli.py
index 69b8018a0cdcdc4729194384185520eef89c2b49..2bd9628019448f65361f8c7ea172f3e87a1b18b2 100644 (file)
@@ -980,10 +980,6 @@ Syntax: quit
         else:
             return
 
-    def help_quit(self):
-        self.help_exit()
-    def do_quit(self,args):
-        self.do_exit(args)
 
 
 if __name__ == '__main__':