diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-14 21:00:24 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-14 21:00:24 +0200 |
commit | 18f0c3c367a4dd53aff163f717bb62fb661e8600 (patch) | |
tree | a9f28ed969d7332efe9ca281cde99a25d263bef6 /app/views/consts.py | |
parent | a98445a75c3ac2a46540eee146129f7c77e005d5 (diff) | |
download | kosten-18f0c3c367a4dd53aff163f717bb62fb661e8600.tar.gz kosten-18f0c3c367a4dd53aff163f717bb62fb661e8600.tar.bz2 kosten-18f0c3c367a4dd53aff163f717bb62fb661e8600.zip |
Backport @app.template_test; make the functions in expenses filters/tests
Diffstat (limited to '')
-rw-r--r-- | app/views/consts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/consts.py b/app/views/consts.py index 6358ed1..bda6067 100644 --- a/app/views/consts.py +++ b/app/views/consts.py @@ -1,4 +1,4 @@ -from flask import Blueprint +from ..flask_extend import Blueprint from flask import render_template, request, url_for mod = Blueprint('consts', __name__) |