mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix missing errno import for eventlet sendfile patch
This commit is contained in:
parent
b892edea48
commit
06bf4b67c1
@ -4,7 +4,7 @@
|
|||||||
# See the NOTICE for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
from functools import partial
|
from functools import partial
|
||||||
import os
|
import errno
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import eventlet
|
import eventlet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user