Browse Source

Added with_statement import from __future__ to ensure appengine compatibility.

pull/265/head
Gokul Thirumalai 14 years ago
parent
commit
c1465d3052
  1. 2
      flask/helpers.py

2
flask/helpers.py

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

Loading…
Cancel
Save