asaleh / fedora-infra / toddlers

Forked from fedora-infra/toddlers 3 years ago
Clone

587c4c1 Support python 3.9 where cElementTree has been removed

Authored and Committed by pingou 3 years ago
    Support python 3.9 where cElementTree has been removed
    
    And the defusedxml upstream propagated this change instead of a
    graceful fallback, so we need to do this fallback.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>