Debugger/DebugClientCapabilities.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
--- 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

eric ide

mercurial