summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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