avoid as much as possible accessing logger through class instances, whenever that...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 24 May 2018 12:02:08 +0000 (14:02 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 24 May 2018 12:02:08 +0000 (14:02 +0200)
commitfd395e1944dcd49f10a4d5b27ce4983ad389fb96
tree7b989c689afca745a067f90f7982eafef8dd3cf7
parent00440a7c7e509301cb49db90ff15abc0f479aaf3
avoid as much as possible accessing logger through class instances, whenever that looked safe
however, this remains as-is in all importers, as well as sfaclientlib/manifolduploader
24 files changed:
sfa/client/sfi.py
sfa/managers/slice_manager.py
sfa/methods/Allocate.py
sfa/methods/CreateGid.py
sfa/methods/Delete.py
sfa/methods/Describe.py
sfa/methods/GetCredential.py
sfa/methods/GetSelfCredential.py
sfa/methods/GetVersion.py
sfa/methods/List.py
sfa/methods/ListResources.py
sfa/methods/PerformOperationalAction.py
sfa/methods/Provision.py
sfa/methods/Register.py
sfa/methods/Remove.py
sfa/methods/Renew.py
sfa/methods/Resolve.py
sfa/methods/Shutdown.py
sfa/methods/Status.py
sfa/methods/Update.py
sfa/methods/get_trusted_certs.py
sfa/server/sfa-start.py
sfa/server/xmlrpcapi.py
sfa/trust/certificate.py