Browse Source

Restore 2.5 support for the time being

pull/741/head
Armin Ronacher 12 years ago
parent
commit
aecc41deb8
  1. 1
      .travis.yml
  2. 2
      flask/ctx.py

1
.travis.yml

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

2
flask/ctx.py

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

Loading…
Cancel
Save