From 9db2cd7d8f8ff1e188b23450e6bfbbde9ec0458d Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Wed, 27 Apr 2022 18:19:31 +0200 Subject: [PATCH] Fixed small error on README-SPS-METADATA.md --- README-SPS-METADATA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-SPS-METADATA.md b/README-SPS-METADATA.md index 0a1b911..3dad6a0 100644 --- a/README-SPS-METADATA.md +++ b/README-SPS-METADATA.md @@ -36,8 +36,8 @@ The following instruction will help to install, configure and use PyFF for ECCS. 1) For Python 3.10: * `vim $HOME/eccs/pyff-venv/lib/python3.10/site-packages/xmlsec/crypto.py` - "from collections import MutableMapping as DictMixin" have to be: - "from collections.abc import MutableMapping as DictMixin" + `from collections import MutableMapping as DictMixin` have to be: + `from collections.abc import MutableMapping as DictMixin` 2) Download eduGAIN metadata certificate: * `cd $HOME/eccs/pyff-config` -- GitLab