From 44c22f17a5da329ffaa277750fa653d12989d997 Mon Sep 17 00:00:00 2001 From: Julien Tribino Date: Wed, 8 Jan 2014 16:57:27 +0100 Subject: [PATCH] Change some comments about OMF RM --- src/nepi/resources/omf/application.py | 5 ----- src/nepi/resources/omf/channel.py | 4 ---- src/nepi/resources/omf/interface.py | 5 ----- src/nepi/resources/omf/node.py | 4 ---- 4 files changed, 18 deletions(-) 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"] -- 2.47.0