diff --git a/gunicorn/config.py b/gunicorn/config.py index bcde9e31..8702bef1 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.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 ConfigParser import grp import inspect