comparison: DebugClients/Python3/DebugClientThreads.py
DebugClients/Python3/DebugClientThreads.py
- branch
- QtWebEngine
- changeset 4831
- bf53c06fa0fb
- parent 4631
- 5c1a96925da4
- child 5128
- b6cbdba69967
equal
deleted
inserted
replaced
197 if __name__ == '__main__': |
197 if __name__ == '__main__': |
198 debugClient = DebugClientThreads() |
198 debugClient = DebugClientThreads() |
199 debugClient.main() |
199 debugClient.main() |
200 |
200 |
201 # |
201 # |
202 # eflag: noqa = M702 |
202 # eflag: noqa = M702, E402 |