diff --git a/gunicorn/app/__init__.py b/gunicorn/app/__init__.py index e69de29b..06a970b0 100644 --- a/gunicorn/app/__init__.py +++ b/gunicorn/app/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 - +# +# This file is part of gunicorn released under the MIT license. +# See the NOTICE for more information.