make itsdangerous actually load in any wheezy

This commit is contained in:
Micah Lee 2014-08-19 02:11:29 +00:00
parent 5a496c1864
commit 7f9185f266

View File

@ -17,6 +17,8 @@ def file_list(path):
return files
packages = ['onionshare', 'onionshare_gui']
sys.path.remove(os.getcwd())
try:
import itsdangerous
except ImportError: