Browse Source

Added an XXX to a comment to not miss removing deprecated code later

pull/309/head
Armin Ronacher 14 years ago
parent
commit
718ef4d699
  1. 2
      flask/ctx.py

2
flask/ctx.py

@ -91,7 +91,7 @@ class RequestContext(object):
self.match_request() self.match_request()
# Support for deprecated functionality. This is doing away with # XXX: Support for deprecated functionality. This is doing away with
# Flask 1.0 # Flask 1.0
blueprint = self.request.blueprint blueprint = self.request.blueprint
if blueprint is not None: if blueprint is not None:

Loading…
Cancel
Save