Skip to content

Commit

Permalink
Import flask.appcontext_tearing_down at top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Aug 14, 2012
1 parent 43f4120 commit ea1e970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flask/__init__.py
Expand Up @@ -34,7 +34,8 @@

# the signals
from .signals import signals_available, template_rendered, request_started, \
request_finished, got_request_exception, request_tearing_down
request_finished, got_request_exception, request_tearing_down, \
appcontext_tearing_down

# only import json if it's available
if json_available:
Expand Down

0 comments on commit ea1e970

Please sign in to comment.