From: Julien Tribino Date: Wed, 8 Jan 2014 15:57:27 +0000 (+0100) Subject: Change some comments about OMF RM X-Git-Tag: nepi-3.1.0~140 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=44c22f17a5da329ffaa277750fa653d12989d997 Change some comments about OMF RM --- diff --git a/src/nepi/resources/omf/application.py b/src/nepi/resources/omf/application.py index c4dfdaaa..27c7b107 100644 --- a/src/nepi/resources/omf/application.py +++ b/src/nepi/resources/omf/application.py @@ -39,11 +39,6 @@ class OMFApplication(OMFResource): :param creds: Credentials to communicate with the rm (XmppClient) :type creds: dict - .. note:: - - This class is used only by the Experiment Controller through the - Resource Factory - """ _rtype = "OMFApplication" _authorized_connections = ["OMFNode"] diff --git a/src/nepi/resources/omf/channel.py b/src/nepi/resources/omf/channel.py index 17478fda..f863df23 100644 --- a/src/nepi/resources/omf/channel.py +++ b/src/nepi/resources/omf/channel.py @@ -38,10 +38,6 @@ class OMFChannel(OMFResource): :param creds: Credentials to communicate with the rm (XmppClient for OMF) :type creds: dict - .. note:: - - This class is used only by the Experiment Controller through the Resource Factory - """ _rtype = "OMFChannel" _authorized_connections = ["OMFWifiInterface", "OMFNode"] diff --git a/src/nepi/resources/omf/interface.py b/src/nepi/resources/omf/interface.py index cd2fb9d1..f8709bf4 100644 --- a/src/nepi/resources/omf/interface.py +++ b/src/nepi/resources/omf/interface.py @@ -39,11 +39,6 @@ class OMFWifiInterface(OMFResource): :param creds: Credentials to communicate with the rm (XmppClient for OMF) :type creds: dict - .. note:: - - This class is used only by the Experiment Controller through the Resource - Factory - """ _rtype = "OMFWifiInterface" _authorized_connections = ["OMFNode" , "OMFChannel"] diff --git a/src/nepi/resources/omf/node.py b/src/nepi/resources/omf/node.py index a028d7bb..de00a07e 100644 --- a/src/nepi/resources/omf/node.py +++ b/src/nepi/resources/omf/node.py @@ -38,10 +38,6 @@ class OMFNode(OMFResource): :param creds: Credentials to communicate with the rm (XmppClient for OMF) :type creds: dict - .. note:: - - This class is used only by the Experiment Controller through the Resource Factory - """ _rtype = "OMFNode" _authorized_connections = ["OMFApplication" , "OMFWifiInterface"]