Browse Source

Merge branch 'master' of github.com:mitsuhiko/flask

pull/112/head
Armin Ronacher 14 years ago
parent
commit
138faab121
  1. 2
      flask/helpers.py

2
flask/helpers.py

@ -33,7 +33,7 @@ except ImportError:
json_available = False
from werkzeug import Headers, wrap_file, is_resource_modified, cached_property
from werkzeug import Headers, wrap_file, cached_property
from werkzeug.exceptions import NotFound
from jinja2 import FileSystemLoader

Loading…
Cancel
Save