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