From e9eed6b6e99e948ed2863fcc45a037b0e2b1e80f Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 22 Apr 2010 17:39:49 +0200 Subject: [PATCH] fix import in tornado worker --- gunicorn/workers/gtornado.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gunicorn/workers/gtornado.py b/gunicorn/workers/gtornado.py index 6e4baf08..9f7ae4b7 100644 --- a/gunicorn/workers/gtornado.py +++ b/gunicorn/workers/gtornado.py @@ -3,6 +3,8 @@ # This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. +import os + from tornado.httpserver import HTTPServer from tornado.ioloop import IOLoop, PeriodicCallback