mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #658 from olt/master
Fix missing errno import for eventlet sendfile patch
This commit is contained in:
commit
10fadf3d4a
@ -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