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
|
@ -8,7 +8,7 @@ from data import model
|
|||
from auth.auth import process_auth
|
||||
from auth.permissions import ModifyRepositoryPermission
|
||||
from util.invoice import renderInvoiceToHtml
|
||||
from util.email import send_invoice_email, send_subscription_change, send_payment_failed
|
||||
from util.useremails import send_invoice_email, send_subscription_change, send_payment_failed
|
||||
from util.names import parse_repository_name
|
||||
from util.http import abort
|
||||
from endpoints.trigger import BuildTrigger, ValidationRequestException, SkipRequestException
|
||||
|
|
Reference in a new issue