mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Change import logic.
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
from flask import Blueprint
|
||||
|
||||
|
||||
main = Blueprint('main', __name__)
|
||||
|
||||
|
||||
from . import errors, views
|
||||
from ..models import Permission
|
||||
from app.models import Permission
|
||||
|
||||
|
||||
@main.app_context_processor
|
||||
|
Reference in New Issue
Block a user