mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Import all from pycompat
This commit is contained in:
parent
a2934e33b8
commit
332fb3eaea
@ -12,7 +12,7 @@
|
||||
from uuid import uuid4
|
||||
from operator import itemgetter
|
||||
|
||||
from sphinx.util.pycompat import product, zip_longest
|
||||
from sphinx.util.pycompat import product, zip_longest, all
|
||||
|
||||
|
||||
# anything below that ratio is considered equal/changed
|
||||
|
Loading…
Reference in New Issue
Block a user