diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:28:28 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:28:28 +0200 |
commit | 7fc24c10cd3dad19a69392398671a78abecd71d1 (patch) | |
tree | b7a2f70ac2410ffebe22f70d5dc07398a2f162e0 /pyload/lib/jinja2/testsuite/res | |
parent | Remove trailing whitespaces (diff) | |
download | pyload-7fc24c10cd3dad19a69392398671a78abecd71d1.tar.xz |
Remove lib
Diffstat (limited to 'pyload/lib/jinja2/testsuite/res')
5 files changed, 0 insertions, 9 deletions
diff --git a/pyload/lib/jinja2/testsuite/res/__init__.py b/pyload/lib/jinja2/testsuite/res/__init__.py deleted file mode 100644 index e69de29bb..000000000 --- a/pyload/lib/jinja2/testsuite/res/__init__.py +++ /dev/null diff --git a/pyload/lib/jinja2/testsuite/res/templates/broken.html b/pyload/lib/jinja2/testsuite/res/templates/broken.html deleted file mode 100644 index 77669fae5..000000000 --- a/pyload/lib/jinja2/testsuite/res/templates/broken.html +++ /dev/null @@ -1,3 +0,0 @@ -Before -{{ fail() }} -After diff --git a/pyload/lib/jinja2/testsuite/res/templates/foo/test.html b/pyload/lib/jinja2/testsuite/res/templates/foo/test.html deleted file mode 100644 index b7d6715e2..000000000 --- a/pyload/lib/jinja2/testsuite/res/templates/foo/test.html +++ /dev/null @@ -1 +0,0 @@ -FOO diff --git a/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html b/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html deleted file mode 100644 index f21b81793..000000000 --- a/pyload/lib/jinja2/testsuite/res/templates/syntaxerror.html +++ /dev/null @@ -1,4 +0,0 @@ -Foo -{% for item in broken %} - ... -{% endif %} diff --git a/pyload/lib/jinja2/testsuite/res/templates/test.html b/pyload/lib/jinja2/testsuite/res/templates/test.html deleted file mode 100644 index ba578e48b..000000000 --- a/pyload/lib/jinja2/testsuite/res/templates/test.html +++ /dev/null @@ -1 +0,0 @@ -BAR |