diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-01-06 20:40:34 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-01-06 20:40:34 -0200 |
commit | 93fcc92ebfe503a11b55e95f0ac843bca3325218 (patch) | |
tree | ccfa349f5e4bad9508ac173d70ee9e53f52078a3 | |
parent | 892e05a4b86c1cf8168dc66c656e95e39111c8fb (diff) |
Always unzip is not needed anymore because we are not installing packages through setup.py anymore
-rw-r--r-- | service/setup.py | 3 |
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 |