Make inner package imports relative

This commit is contained in:
Patrick Jentsch
2020-03-27 12:06:11 +01:00
parent 3bbe45d015
commit 4294c2854b
29 changed files with 37 additions and 149 deletions

View File

@ -1,6 +1,6 @@
from threading import Thread
from flask import current_app, render_template
from flask_mail import Message
from threading import Thread
from . import mail