breilly / fedora-infra / ansible

Forked from fedora-infra/ansible 3 years ago
Clone

a87c762 Convert to pathlib API for easy path manipulation

1 file Authored by nphilipp 4 years ago, Committed by pingou 4 years ago,
    Convert to pathlib API for easy path manipulation
    
    The only left over is os.readlink() which was only introduced as
    Path.readlink() in Python 3.9.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>