Cooperation/CooperationServer.py

changeset 3656
441956d8fce5
parent 3591
2f2a4a76dd22
child 4021
195a471c327b
--- a/Cooperation/CooperationServer.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Cooperation/CooperationServer.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,8 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import pyqtSignal
-from PyQt4.QtNetwork import QTcpServer
+from PyQt5.QtCore import pyqtSignal
+from PyQt5.QtNetwork import QTcpServer
 
 from .Connection import Connection
 

eric ide

mercurial