diff -r 1b59c4ba121e -r 8cd4d08fa9f6 DebugClients/Python/DebugClientCapabilities.py --- a/DebugClients/Python/DebugClientCapabilities.py Fri Mar 11 08:55:14 2011 +0100 +++ b/DebugClients/Python/DebugClientCapabilities.py Fri Mar 11 16:51:57 2011 +0100 @@ -7,13 +7,13 @@ Module defining the debug clients capabilities. """ -HasDebugger = 0x0001 -HasInterpreter = 0x0002 -HasProfiler = 0x0004 -HasCoverage = 0x0008 -HasCompleter = 0x0010 -HasUnittest = 0x0020 -HasShell = 0x0040 +HasDebugger = 0x0001 +HasInterpreter = 0x0002 +HasProfiler = 0x0004 +HasCoverage = 0x0008 +HasCompleter = 0x0010 +HasUnittest = 0x0020 +HasShell = 0x0040 HasAll = HasDebugger | HasInterpreter | HasProfiler | \ HasCoverage | HasCompleter | HasUnittest | HasShell