Utilities/BackgroundClient.py

changeset 5603
4f2dd0850803
parent 5389
9b1c800daff3
child 5624
cdd346d8858b
--- a/Utilities/BackgroundClient.py	Sat Mar 11 13:11:29 2017 +0100
+++ b/Utilities/BackgroundClient.py	Sat Mar 11 14:35:22 2017 +0100
@@ -11,7 +11,7 @@
 
 from __future__ import unicode_literals
 try:
-    bytes = unicode
+    bytes = unicode         # __IGNORE_WARNING_M131__
     import StringIO as io   # __IGNORE_EXCEPTION__
 except NameError:
     import io       # __IGNORE_WARNING__

eric ide

mercurial