DebugClients/Python3/DebugClient.py

changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
34 # We are normally called by the debugger to execute directly. 34 # We are normally called by the debugger to execute directly.
35 35
36 if __name__ == '__main__': 36 if __name__ == '__main__':
37 debugClient = DebugClient() 37 debugClient = DebugClient()
38 debugClient.main() 38 debugClient.main()
39
40 #
41 # eflag: noqa = M702

eric ide

mercurial