This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 830f9825ee0bcb1a9bd2ea5d6cc5232f09642acf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 25 10:51:33 2015 +0100 X2GoBroker.get_remote_agent(): Add @return, @rtype to API documentation. --- x2gobroker/brokers/base_broker.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index 793da39..fe9ecc5 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -992,6 +992,9 @@ class X2GoBroker(object): @param exclude_agents: a list of remote agent dict objects to be exclude from the random choice @type exclude_agents: C{list} + @return: remote agent to use for queries for profile ID + @rtype: C{dict} + """ remote_agent = None -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git