forked from orbit-oss/flask
Merge branch '0.8-maintenance'
This commit is contained in:
commit
d04c9a61e3
2 changed files with 10 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
from warnings import warn
|
||||
warn(DeprecationWarning('please use flask.sessions instead'))
|
||||
|
||||
from .sessions import *
|
||||
from .sessions import SecureCookieSession, NullSession
|
||||
|
||||
Session = SecureCookieSession
|
||||
_NullSession = NullSession
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue