summaryrefslogtreecommitdiff
path: root/service/setup.py
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-01-06 20:40:34 -0200
committerBruno Wagner <bwgpro@gmail.com>2015-01-06 20:40:34 -0200
commit93fcc92ebfe503a11b55e95f0ac843bca3325218 (patch)
treeccfa349f5e4bad9508ac173d70ee9e53f52078a3 /service/setup.py
parent892e05a4b86c1cf8168dc66c656e95e39111c8fb (diff)
Always unzip is not needed anymore because we are not installing packages through setup.py anymore
Diffstat (limited to 'service/setup.py')
-rw-r--r--service/setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/service/setup.py b/service/setup.py
index 0cbac974..65dcb1e6 100644
--- a/service/setup.py
+++ b/service/setup.py
@@ -17,9 +17,6 @@
import sys
-if 'develop' in sys.argv:
- sys.argv.append('--always-unzip')
-
# next line is a fix to this error that occurs with nose > 1.1.2 and the debian
# python: http://bugs.python.org/issue15881#msg170215
import multiprocessing