From 8b529079fc7225041bcb3b5f17f6bc42bdc4f0e2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 17 Oct 2010 17:48:42 +0200 Subject: [PATCH] try to make wsdl generator happy --- sfa/methods/RegisterPeerObject.py | 2 +- sfa/methods/RemovePeerObject.py | 2 +- sfa/methods/remove_peer_object.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sfa/methods/RegisterPeerObject.py b/sfa/methods/RegisterPeerObject.py index 51fbe25c..e4cea962 100644 --- a/sfa/methods/RegisterPeerObject.py +++ b/sfa/methods/RegisterPeerObject.py @@ -14,7 +14,7 @@ from sfa.trust.auth import Auth from sfa.trust.gid import create_uuid from sfa.trust.credential import Credential -class register_peer_object(Method): +class RegisterPeerObject(Method): """ Register a peer object with the registry. In addition to being stored in the SFA database, the appropriate records will also be created in the diff --git a/sfa/methods/RemovePeerObject.py b/sfa/methods/RemovePeerObject.py index 866122d4..460aa98c 100644 --- a/sfa/methods/RemovePeerObject.py +++ b/sfa/methods/RemovePeerObject.py @@ -7,7 +7,7 @@ from sfa.util.table import SfaTable from sfa.trust.credential import Credential from types import StringTypes -class remove_peer_object(Method): +class RemovePeerObject(Method): """ Remove an peer object from the PLC records of a local aggregate. This method will be called by registry.remove() while removing diff --git a/sfa/methods/remove_peer_object.py b/sfa/methods/remove_peer_object.py index 866122d4..41d74dc1 100644 --- a/sfa/methods/remove_peer_object.py +++ b/sfa/methods/remove_peer_object.py @@ -9,7 +9,7 @@ from types import StringTypes class remove_peer_object(Method): """ - Remove an peer object from the PLC records of a local aggregate. + Remove a peer object from the PLC records of a local aggregate. This method will be called by registry.remove() while removing a record from the local aggreage's PLCDB and sfa table. This method need not be directly called by end-user. -- 2.45.2