Skip to content

Instantly share code, notes, and snippets.

View jonasteuwen's full-sized avatar

Jonas Teuwen jonasteuwen

View GitHub Profile
# -*- 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