DebugClients/Python/DebugClientThreads.py

changeset 790
2c0ea0163ef4
parent 13
1af94a91f439
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
189 # We are normally called by the debugger to execute directly. 189 # We are normally called by the debugger to execute directly.
190 190
191 if __name__ == '__main__': 191 if __name__ == '__main__':
192 debugClient = DebugClientThreads() 192 debugClient = DebugClientThreads()
193 debugClient.main() 193 debugClient.main()
194
195 #
196 # eflag: FileType = Python2

eric ide

mercurial