summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/testing/develop_mode.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/testing/develop_mode.sh b/scripts/testing/develop_mode.sh
deleted file mode 100755
index 8d2ebaa8..00000000
--- a/scripts/testing/develop_mode.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-cd common
-python setup.py develop
-cd ../client
-python setup.py develop
-cd ../server
-python setup.py develop