mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 19:06:20 -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
0
lib/flask/testsuite/test_apps/flaskext/__init__.py
Normal file
0
lib/flask/testsuite/test_apps/flaskext/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
ext_id = 'oldext_package'
|
|
@ -0,0 +1,2 @@
|
|||
def test_function():
|
||||
return 42
|
1
lib/flask/testsuite/test_apps/flaskext/oldext_simple.py
Normal file
1
lib/flask/testsuite/test_apps/flaskext/oldext_simple.py
Normal file
|
@ -0,0 +1 @@
|
|||
ext_id = 'oldext_simple'
|
Loading…
Add table
Add a link
Reference in a new issue