Rename the email util to not conflict with a builtin library.
This commit is contained in:
parent
b1d08dce55
commit
0683f2657e
6 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
from app import stripe
|
||||
from app import app
|
||||
|
||||
from util.email import send_confirmation_email
|
||||
from util.useremails import send_confirmation_email
|
||||
|
||||
from data import model
|
||||
|
||||
|
|
Reference in a new issue