with statement for py25 + bump release number

This commit is contained in:
benoitc 2010-03-13 22:16:58 +01:00
parent 6709a2c781
commit 33cf5dab01
2 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,4 @@
# See the NOTICE for more information.
__version__ = "0.6.5"
__version__ = "0.6.7"

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 errno
import os
import tempfile