Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipasphinx: Correct import of progress_message for Sphinx 6.1.0+
Pylint reports false-negative result for Sphinx 6.1.0+: ``` ************* Module ipasphinx.ipabase ipasphinx/ipabase.py:10: [E0611(no-name-in-module), ] No name 'progress_message' in module 'sphinx.util') ``` Actually `sphinx.util.progress_message` is still available in Sphinx 6.1 but it's deprecated and will be removed in 8.0: https://www.sphinx-doc.org/en/master/extdev/deprecated.html#deprecated-apis Related change: sphinx-doc/sphinx@8c5e701 Fixes: https://pagure.io/freeipa/issue/9361 Signed-off-by: Stanislav Levin <[email protected]> Reviewed-By: Rob Crittenden <[email protected]>
- Loading branch information