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
|
@ -2,7 +2,7 @@ from app import stripe
|
|||
from app import app
|
||||
|
||||
from util.invoice import renderInvoiceToHtml
|
||||
from util.email import send_invoice_email
|
||||
from util.useremails import send_invoice_email
|
||||
|
||||
from data import model
|
||||
|
||||
|
|
Reference in a new issue