Fix missing errno import for eventlet sendfile patch

This commit is contained in:
Oliver Tonnhofer 2013-12-09 10:11:47 +01:00
parent b892edea48
commit 06bf4b67c1

View File

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