mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-13 11:52:18 -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
4
lib/flask/testsuite/test_apps/main_app.py
Normal file
4
lib/flask/testsuite/test_apps/main_app.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import flask
|
||||
|
||||
# Test Flask initialization with main module.
|
||||
app = flask.Flask('__main__')
|
Loading…
Add table
Add a link
Reference in a new issue