Cooperation/CooperationServer.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2986
cd4e2cab7eb2
child 3145
a9de05d4a22f
--- a/Cooperation/CooperationServer.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Cooperation/CooperationServer.py	Fri Oct 18 23:00:41 2013 +0200
@@ -21,8 +21,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)
     
@@ -52,8 +52,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