import from __future__ for py25.

This commit is contained in:
Benoit Chesneau 2010-05-18 18:58:58 +02:00 committed by Paul J. Davis
parent 6fbed7ba5b
commit fd3a5b6dcb

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 ConfigParser
import grp
import inspect