From ec69bf1dc3be9eb2ebf971943539d77fb70f83c6 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 1 Nov 2013 17:41:53 +0100 Subject: Remove 'flask_extend' -- we are on 0.10 already --- app/views/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/__init__.py') diff --git a/app/views/__init__.py b/app/views/__init__.py index 7e0a6a4..b8ae6b3 100644 --- a/app/views/__init__.py +++ b/app/views/__init__.py @@ -8,8 +8,7 @@ from .. import app, db # from ..login import current_user, login_required from ..utils import today, templated, redirect, assert_authorisation -from ..flask_extend import Blueprint -from flask import flash +from flask import Blueprint, flash __all__ = [ 'db', 'app', -- cgit v1.2.3-54-g00ecf