From f0e69b1b6d0160127444537c614d7fd590f0ec24 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 13 Jun 2015 17:07:38 +0200 Subject: [PATCH] Fix #1477 --- flask/blueprints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flask/blueprints.py b/flask/blueprints.py index 3c3cf7c6..c0d47476 100644 --- a/flask/blueprints.py +++ b/flask/blueprints.py @@ -101,7 +101,6 @@ class Blueprint(_PackageBoundObject): self.static_folder = static_folder self.static_url_path = static_url_path self.deferred_functions = [] - self.view_functions = {} if url_defaults is None: url_defaults = {} self.url_values_defaults = url_defaults