Debugger/DebugClientCapabilities.py

changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4555
861e1741985c
diff -r 45627d092846 -r 2e6a880670e9 Debugger/DebugClientCapabilities.py
--- a/Debugger/DebugClientCapabilities.py	Wed Nov 04 15:38:02 2015 +0100
+++ b/Debugger/DebugClientCapabilities.py	Wed Nov 04 16:25:25 2015 +0100
@@ -7,6 +7,8 @@
 Module defining the debug clients capabilities.
 """
 
+from __future__ import unicode_literals
+
 HasDebugger = 0x0001
 HasInterpreter = 0x0002
 HasProfiler = 0x0004

eric ide

mercurial