src/eric7/DebugClients/Python/DebugClientCapabilities.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9264
18a7312cfdb3
child 9653
e67609152c5e
--- a/src/eric7/DebugClients/Python/DebugClientCapabilities.py	Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/DebugClients/Python/DebugClientCapabilities.py	Wed Jul 13 14:55:47 2022 +0200
@@ -14,5 +14,6 @@
 HasCompleter = 0x0010
 HasShell = 0x0020
 
-HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage |
-          HasCompleter | HasShell)
+HasAll = (
+    HasDebugger | HasInterpreter | HasProfiler | HasCoverage | HasCompleter | HasShell
+)

eric ide

mercurial