Removed deprecated module functionality

This commit is contained in:
Armin Ronacher 2014-08-27 01:12:33 +02:00
parent 5fa07f8d68
commit 910cc56a4e
17 changed files with 2 additions and 453 deletions

View file

@ -27,7 +27,6 @@ from .globals import current_app, g, request, session, _request_ctx_stack, \
_app_ctx_stack
from .ctx import has_request_context, has_app_context, \
after_this_request, copy_current_request_context
from .module import Module
from .blueprints import Blueprint
from .templating import render_template, render_template_string