eric6/DebugClients/Python/DebugClientCapabilities.py

changeset 7250
d8bdc55aee1a
parent 6942
2602857055c5
child 7360
9190402e4505
--- a/eric6/DebugClients/Python/DebugClientCapabilities.py	Thu Sep 19 19:39:04 2019 +0200
+++ b/eric6/DebugClients/Python/DebugClientCapabilities.py	Sat Sep 21 13:03:17 2019 +0200
@@ -15,8 +15,8 @@
 HasUnittest = 0x0020
 HasShell = 0x0040
 
-HasAll = HasDebugger | HasInterpreter | HasProfiler | \
-    HasCoverage | HasCompleter | HasUnittest | HasShell
+HasAll = (HasDebugger | HasInterpreter | HasProfiler |
+          HasCoverage | HasCompleter | HasUnittest | HasShell)
 
 #
 # eflag: noqa = M702

eric ide

mercurial