Comment 1 for bug 1956751

Revision history for this message
mathieu bultel (mat-bultel) wrote :

For example configparser should be imported via six.moves:
sed -i 's/configparser/ConfigParser/' validations_libs/utils.py
sed -i 's/configparser/ConfigParser/' validations_libs/tests/test_utils.py