--- 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 """