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