mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix: deque missing
This commit is contained in:
parent
0a25e61eff
commit
ca5e4d7a24
@ -132,6 +132,8 @@ if sys.version_info >= (2, 6):
|
|||||||
import io
|
import io
|
||||||
open = io.open
|
open = io.open
|
||||||
|
|
||||||
|
from collections import deque
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Python < 2.6
|
# Python < 2.6
|
||||||
from itertools import izip, repeat, chain
|
from itertools import izip, repeat, chain
|
||||||
|
Loading…
Reference in New Issue
Block a user