forked from orbit-oss/flask
Removed leftover from the module system.
This commit is contained in:
parent
9eb59b0bef
commit
ed49fe3db1
1 changed files with 0 additions and 8 deletions
|
|
@ -67,14 +67,6 @@ class DispatchingJinjaLoader(BaseLoader):
|
|||
if loader is not None:
|
||||
yield loader, template
|
||||
|
||||
# old style module based loaders in case we are dealing with a
|
||||
# blueprint that is an old style module
|
||||
try:
|
||||
module, local_name = posixpath.normpath(template).split('/', 1)
|
||||
blueprint = self.app.blueprints[module]
|
||||
except (ValueError, KeyError):
|
||||
pass
|
||||
|
||||
for blueprint in itervalues(self.app.blueprints):
|
||||
loader = blueprint.jinja_loader
|
||||
if loader is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue