--- a/Debugger/DebugClientCapabilities.py Thu Nov 12 19:17:05 2015 +0100 +++ b/Debugger/DebugClientCapabilities.py Fri Nov 13 22:52:26 2015 +0100 @@ -7,8 +7,6 @@ Module defining the debug clients capabilities. """ -from __future__ import unicode_literals - HasDebugger = 0x0001 HasInterpreter = 0x0002 HasProfiler = 0x0004 @@ -19,3 +17,6 @@ HasAll = HasDebugger | HasInterpreter | HasProfiler | \ HasCoverage | HasCompleter | HasUnittest | HasShell + +# +# eflag: noqa = M702