Browse Source

Restored 2.5 compatibility{

pull/112/head
Armin Ronacher 15 years ago
parent
commit
b551f15b22
  1. 2
      flask/app.py
  2. 2
      flask/config.py

2
flask/app.py

@ -9,6 +9,8 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
import os
from threading import Lock
from datetime import timedelta, datetime

2
flask/config.py

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

Loading…
Cancel
Save