eric6/Utilities/BackgroundClient.py

branch
multi_processing
changeset 7421
4a9900aef04e
parent 7360
9190402e4505
child 7564
787684e6f2f3
--- a/eric6/Utilities/BackgroundClient.py	Sun Feb 16 12:42:12 2020 +0100
+++ b/eric6/Utilities/BackgroundClient.py	Sun Feb 16 16:14:25 2020 +0100
@@ -11,7 +11,7 @@
 
 from __future__ import unicode_literals
 try:
-    bytes = unicode
+    bytes = unicode         # __IGNORE_EXCEPTION__
     import StringIO as io   # __IGNORE_EXCEPTION__
 except NameError:
     import io       # __IGNORE_WARNING__

eric ide

mercurial