From b36ec721ab97b80b1d070426c6f3f09b62ac5c7e Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 1 Nov 2013 14:19:07 +0100 Subject: Some reorganization --- app/views/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/__init__.py') diff --git a/app/views/__init__.py b/app/views/__init__.py index 7d344ad..7e0a6a4 100644 --- a/app/views/__init__.py +++ b/app/views/__init__.py @@ -7,14 +7,14 @@ from .. import app, db # Some general imports # from ..login import current_user, login_required -from ..utils import templated, redirect, assert_authorisation +from ..utils import today, templated, redirect, assert_authorisation from ..flask_extend import Blueprint from flask import flash __all__ = [ 'db', 'app', 'current_user', 'login_required', - 'assert_authorisation', 'templated', 'redirect', + 'assert_authorisation', 'templated', 'today', 'redirect', 'Blueprint', 'flash', 'request', 'url_for' ] -- cgit v1.2.3-70-g09d2