Fix old-style flask imports to silence deprecation warnings.
This commit is contained in:
parent
a0817bfd59
commit
c7241911a5
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ import bcrypt
|
|||
import logging
|
||||
import json
|
||||
import uuid
|
||||
from flask.ext.login import UserMixin
|
||||
from flask_login import UserMixin
|
||||
|
||||
from peewee import JOIN_LEFT_OUTER, IntegrityError, fn
|
||||
from uuid import uuid4
|
||||
|
|
Reference in a new issue