From f7cc035cde654c3dd06c3c6b0699f3a8c3bc9f91 Mon Sep 17 00:00:00 2001 From: TaykYoku Date: Fri, 30 Jul 2021 17:00:21 +0200 Subject: [PATCH] PR #4853 --- src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py b/src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py index ecb0185617a..5196f63253f 100755 --- a/src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py +++ b/src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py @@ -1,4 +1,7 @@ -""" ProxyManagemerClient has the function to "talk" to the ProxyManager service +""" ProxyManagerClient has the function to "talk" to the ProxyManager service + (:mod:`~DIRAC.FrameworkSystem.Service.ProxyManagerHandler`). + This inherits the DIRAC base Client for direct execution of server functionality. + Client also contain caching of the requested proxy information. """ from __future__ import absolute_import from __future__ import division