summaryrefslogtreecommitdiff
path: root/app/views/consts.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-04-14 21:00:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-14 21:00:24 +0200
commit18f0c3c367a4dd53aff163f717bb62fb661e8600 (patch)
treea9f28ed969d7332efe9ca281cde99a25d263bef6 /app/views/consts.py
parenta98445a75c3ac2a46540eee146129f7c77e005d5 (diff)
downloadkosten-18f0c3c367a4dd53aff163f717bb62fb661e8600.tar.gz
kosten-18f0c3c367a4dd53aff163f717bb62fb661e8600.tar.bz2
kosten-18f0c3c367a4dd53aff163f717bb62fb661e8600.zip
Backport @app.template_test; make the functions in expenses filters/tests
Diffstat (limited to 'app/views/consts.py')
-rw-r--r--app/views/consts.py2
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__)