aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-10 12:58:38 -0800
committerDavid Lord <davidism@gmail.com>2020-01-10 12:58:38 -0800
commite492255f270add52d051ef4f8e87899f40e57687 (patch)
tree5c32f9e526b2efae6d901bc4dd77655dbf8ab3b5 /src
parent143667d95d73730415bb1281d1cd5e439b366fec (diff)
downloadjinja-e492255f270add52d051ef4f8e87899f40e57687.tar.gz
remove old scripts and examples
Diffstat (limited to 'src')
-rw-r--r--src/jinja2/ext.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jinja2/ext.py b/src/jinja2/ext.py
index b2310718..d4dda0bc 100644
--- a/src/jinja2/ext.py
+++ b/src/jinja2/ext.py
@@ -111,10 +111,6 @@ class Extension(with_metaclass(ExtensionRegistry, object)):
to filter tokens returned. This method has to return an iterable of
:class:`~jinja2.lexer.Token`\\s, but it doesn't have to return a
:class:`~jinja2.lexer.TokenStream`.
-
- In the `ext` folder of the Jinja source distribution there is a file
- called `inlinegettext.py` which implements a filter that utilizes this
- method.
"""
return stream