Debugger/DebugClientCapabilities.py

branch
6_1_x
changeset 4557
893c9f26a178
parent 4541
e8ddd9d76414
child 4631
5c1a96925da4
--- a/Debugger/DebugClientCapabilities.py	Sat Nov 07 15:54:09 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