Restore 2.5 support for the time being

This commit is contained in:
Armin Ronacher 2013-05-20 09:47:07 +01:00
parent 81c9b3570b
commit aecc41deb8
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- pypy

View file

@ -9,6 +9,8 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
import sys
from functools import update_wrapper