mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
make itsdangerous actually load in any wheezy
This commit is contained in:
parent
5a496c1864
commit
7f9185f266
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -17,6 +17,8 @@ def file_list(path):
|
||||||
return files
|
return files
|
||||||
|
|
||||||
packages = ['onionshare', 'onionshare_gui']
|
packages = ['onionshare', 'onionshare_gui']
|
||||||
|
|
||||||
|
sys.path.remove(os.getcwd())
|
||||||
try:
|
try:
|
||||||
import itsdangerous
|
import itsdangerous
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue