2009889 pylint: Replace deprecated cgi module

1 file Authored by slev 2 years ago, Committed by frenaud 2 years ago,
    pylint: Replace deprecated cgi module
    
    https://docs.python.org/3/library/cgi.html#module-cgi:
    > Deprecated since version 3.11, will be removed in version 3.13: The
    cgi module is deprecated (see PEP 594 for details and alternatives).
    
    Fixes: https://pagure.io/freeipa/issue/9278
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Stanislav Levin <slev@altlinux.org>