From d362399e7ebfe167a27daef20e198ecabed1b49b Mon Sep 17 00:00:00 2001 From: Gabriel Saldanha Date: Wed, 27 Jun 2018 08:23:44 -0300 Subject: [PATCH] :fire: Remove code supposed to be removed at v1.0 --- flask/__init__.py | 4 ---- 1 file changed, 4 deletions(-) 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