From da91ec5e931f798fd263563846dd440f76617409 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 17 Jun 2010 00:05:30 +0200 Subject: [PATCH] fix issue #63. thanks! --- gunicorn/workers/async.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gunicorn/workers/async.py b/gunicorn/workers/async.py index 8a5cf3a5..ffb33298 100644 --- a/gunicorn/workers/async.py +++ b/gunicorn/workers/async.py @@ -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