Removed unused import

This commit is contained in:
Ali Afshar 2010-07-25 18:45:10 +08:00 committed by Armin Ronacher
parent a7d83a9f80
commit a993a314fe

View file

@ -8,7 +8,7 @@
:copyright: (c) 2010 by Armin Ronacher. :copyright: (c) 2010 by Armin Ronacher.
:license: BSD, see LICENSE for more details. :license: BSD, see LICENSE for more details.
""" """
from jinja2 import BaseLoader, FileSystemLoader, TemplateNotFound from jinja2 import BaseLoader, TemplateNotFound
from .globals import _request_ctx_stack from .globals import _request_ctx_stack
from .signals import template_rendered from .signals import template_rendered