fix issue #63. thanks!

This commit is contained in:
benoitc 2010-06-17 00:05:30 +02:00
parent 48912484be
commit da91ec5e93

View File

@ -3,6 +3,8 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
from __future__ import with_statement
import errno
import socket
import traceback