Browse Source

🔥 Remove code supposed to be removed at v1.0

pull/2842/head
Gabriel Saldanha 6 years ago
parent
commit
d362399e7e
  1. 4
      flask/__init__.py

4
flask/__init__.py

@ -43,7 +43,3 @@ from . import json
# This was the only thing that Flask used to export at one point and it had # This was the only thing that Flask used to export at one point and it had
# a more generic name. # a more generic name.
jsonify = json.jsonify jsonify = json.jsonify
# backwards compat, goes away in 1.0
from .sessions import SecureCookieSession as Session
json_available = True

Loading…
Cancel
Save