eric6/Utilities/BackgroundClient.py

changeset 7635
0cdead130a81
parent 7628
f904d0eef264
child 7637
c878e8255972
diff -r 8c3d033e5044 -r 0cdead130a81 eric6/Utilities/BackgroundClient.py
--- a/eric6/Utilities/BackgroundClient.py	Sat Jun 20 17:36:20 2020 +0200
+++ b/eric6/Utilities/BackgroundClient.py	Sun Jun 21 18:26:12 2020 +0200
@@ -45,7 +45,7 @@
         self.batchServices = {}
         
         self.connection = socket.create_connection((host, port))
-        ver = b'Python2' if sys.version_info[0] == 2 else b'Python3'
+        ver = b'Python3'
         self.connection.sendall(ver)
         self.__maxProcs = maxProcs
 

eric ide

mercurial