Cooperation/CooperationServer.py

changeset 2986
cd4e2cab7eb2
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- a/Cooperation/CooperationServer.py	Fri Oct 04 17:48:17 2013 +0200
+++ b/Cooperation/CooperationServer.py	Sun Oct 06 17:27:53 2013 +0200
@@ -19,8 +19,8 @@
     """
     Class implementing the cooperation server.
     
-    @signal newConnection(connection) emitted after a new connection was received
-            (Connection)
+    @signal newConnection(connection) emitted after a new connection was
+        received (Connection)
     """
     newConnection = pyqtSignal(Connection)
     
@@ -50,8 +50,8 @@
         Public method to start listening for new connections.
         
         @param port port to listen on (integer)
-        @param findFreePort flag indicating to search for a free port depending on
-            the configuration (boolean)
+        @param findFreePort flag indicating to search for a free port
+            depending on the configuration (boolean)
         @return tuple giving a flag indicating success (boolean) and
             the port the server listens on
         """

eric ide

mercurial