From 9651a809e3cc5a467735fea50417b70fe1f6e427 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 6 Mar 2010 20:58:09 +0100 Subject: [PATCH] no it's now part from gunicorn release too. --- gunicorn/http/tee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/http/tee.py b/gunicorn/http/tee.py index b859d9ac..540ecfd4 100644 --- a/gunicorn/http/tee.py +++ b/gunicorn/http/tee.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 - # -# This file is part of restkit released under the MIT license. +# This file is part of gunicorn released under the MIT license. # See the NOTICE for more information.