예제 #1
0
 def do_quit(self, _line):
     """quit
 Quit"""
     self.do_disconnect("")
     CLI.do_quit(self, _line)
예제 #2
0
파일: CSShellCLI.py 프로젝트: vingar/DIRAC
 def do_quit(self, _line):
     """quit
 Quit"""
     self.do_disconnect("")
     CLI.do_quit(self, _line)