This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Inspiration taken from Flask-Exceptiopn | |
| :copyright: (c) 2012 by Jonathan Zempel. | |
| :license: BSD, see LICENSE for more details. | |
| """ | |
| from __future__ import with_statement | |
| from flask import _request_ctx_stack as stack, redirect |