DebugClients/Python3/DebugClientThreads.py

changeset 4543
2e6a880670e9
parent 4187
61fd08bac49b
child 4563
881340f4bd0c
child 4632
ca310db386ed
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
195 # We are normally called by the debugger to execute directly. 195 # We are normally called by the debugger to execute directly.
196 196
197 if __name__ == '__main__': 197 if __name__ == '__main__':
198 debugClient = DebugClientThreads() 198 debugClient = DebugClientThreads()
199 debugClient.main() 199 debugClient.main()
200
201 #
202 # eflag: noqa = M702

eric ide

mercurial