Merge pull request #658 from olt/master

Fix missing errno import for eventlet sendfile patch
This commit is contained in:
Benoit Chesneau 2013-12-09 02:40:02 -08:00
commit 10fadf3d4a

View File

@ -4,7 +4,7 @@
# See the NOTICE for more information.
from functools import partial
import os
import errno
try:
import eventlet