diff --git a/flask/__init__.py b/flask/__init__.py index 1ab13c36..2e5670f5 100644 --- a/flask/__init__.py +++ b/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 # a more generic name. jsonify = json.jsonify - -# backwards compat, goes away in 1.0 -from .sessions import SecureCookieSession as Session -json_available = True