summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2014-08-19 02:11:29 +0000
committerMicah Lee <micah@micahflee.com>2014-08-19 02:11:29 +0000
commit7f9185f2669f096e149197058ca5d7ae592e11f5 (patch)
tree99eacb409b809dfd4eba6e35f249fd84fbeda231
parent5a496c18648856fd0f26aa345f35df7dff5d48f5 (diff)
downloadonionshare-7f9185f2669f096e149197058ca5d7ae592e11f5.tar.gz
onionshare-7f9185f2669f096e149197058ca5d7ae592e11f5.zip
make itsdangerous actually load in any wheezy
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e10bc972..80a76745 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,8 @@ def file_list(path):
return files
packages = ['onionshare', 'onionshare_gui']
+
+sys.path.remove(os.getcwd())
try:
import itsdangerous
except ImportError: