summaryrefslogtreecommitdiff
path: root/pkg/tools
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-03-06 15:27:23 -0300
committerTomás Touceda <chiiph@leap.se>2013-03-06 15:27:23 -0300
commit5ff29dc57e2877a14e705d09b7042cddf4165d0a (patch)
tree18e5817a105f0aaa7a9a752f7b644e44a6c867bc /pkg/tools
parente23553caaf93a734578b02f9130dee38161d0e22 (diff)
Remove everything to start from scratch
Diffstat (limited to 'pkg/tools')
-rwxr-xr-xpkg/tools/with_venv.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/tools/with_venv.sh b/pkg/tools/with_venv.sh
deleted file mode 100755
index 0e58f1ab..00000000
--- a/pkg/tools/with_venv.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-TOOLS=`dirname $0`
-VENV=$TOOLS/../../.venv
-source $VENV/bin/activate && $@