mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 03:46:21 -04:00
bundling required python dependencies, to make it easier on Tails users
This commit is contained in:
parent
18fd65acd7
commit
8ffa569094
224 changed files with 52588 additions and 0 deletions
3
lib/jinja2/testsuite/res/templates/broken.html
Normal file
3
lib/jinja2/testsuite/res/templates/broken.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
Before
|
||||
{{ fail() }}
|
||||
After
|
1
lib/jinja2/testsuite/res/templates/foo/test.html
Normal file
1
lib/jinja2/testsuite/res/templates/foo/test.html
Normal file
|
@ -0,0 +1 @@
|
|||
FOO
|
4
lib/jinja2/testsuite/res/templates/syntaxerror.html
Normal file
4
lib/jinja2/testsuite/res/templates/syntaxerror.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
Foo
|
||||
{% for item in broken %}
|
||||
...
|
||||
{% endif %}
|
1
lib/jinja2/testsuite/res/templates/test.html
Normal file
1
lib/jinja2/testsuite/res/templates/test.html
Normal file
|
@ -0,0 +1 @@
|
|||
BAR
|
Loading…
Add table
Add a link
Reference in a new issue