src/eric7/Debugger/DebuggerInterfaceNone.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
6 """ 6 """
7 Module implementing a dummy debugger interface for the debug server. 7 Module implementing a dummy debugger interface for the debug server.
8 """ 8 """
9 9
10 from PyQt6.QtCore import QObject 10 from PyQt6.QtCore import QObject
11
12 11
13 ClientDefaultCapabilities = 0 12 ClientDefaultCapabilities = 0
14 13
15 ClientTypeAssociations = [] 14 ClientTypeAssociations = []
16 15

eric ide

mercurial