fix behind
This commit is contained in:
parent
7bae79d826
commit
d7d29827f4
|
@ -56,7 +56,7 @@ except ImportError as e:
|
|||
|
||||
try:
|
||||
from flask_login import __version__ as flask_loginVersion
|
||||
except ImportError, e:
|
||||
except ImportError as e:
|
||||
from flask_login.__about__ import __version__ as flask_loginVersion
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user