eric6/Utilities/BackgroundClient.py

changeset 7639
422fd05e9c91
parent 7637
c878e8255972
child 7646
39e3db2b4936
child 7660
87291331c122
--- a/eric6/Utilities/BackgroundClient.py	Thu Jun 25 19:09:55 2020 +0200
+++ b/eric6/Utilities/BackgroundClient.py	Sat Jun 27 12:08:12 2020 +0200
@@ -9,13 +9,7 @@
 checkers and other python interpreter dependent functions.
 """
 
-from __future__ import unicode_literals
-try:
-    bytes = unicode
-    import StringIO as io   # __IGNORE_EXCEPTION__
-except NameError:
-    import io       # __IGNORE_WARNING__
-
+import io
 import json
 import socket
 import struct

eric ide

mercurial