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
|
@ -18,8 +18,7 @@ from auth.permissions import (AdministerOrganizationPermission, CreateRepository
|
|||
from auth.auth_context import get_authenticated_user
|
||||
from auth import scopes
|
||||
from util.gravatar import compute_hash
|
||||
from util.email import (send_confirmation_email, send_recovery_email,
|
||||
send_change_email)
|
||||
from util.useremails import (send_confirmation_email, send_recovery_email, send_change_email)
|
||||
|
||||
import features
|
||||
|
||||
|
|
Reference in a new issue