summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-07-04 11:54:38 +0100
committerStephen Finucane <stephenfin@redhat.com>2017-08-07 12:24:55 +0000
commite77cf002f04eca692d1a69fc5461e06ad283659f (patch)
tree6e8f7662e3934cba9877c954705fad6d964b8b8e /tools
parent0fe136a9e032f47c8d61ec82f1dbe5ffd3d8fedf (diff)
downloadpython-novaclient-e77cf002f04eca692d1a69fc5461e06ad283659f.tar.gz
tools: Remove dead script
This is no longer the recommended way to do things. Just remove it. Change-Id: I2056169955b47e08993461012edb554d3311de40
Diffstat (limited to 'tools')
-rwxr-xr-xtools/with_venv.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/with_venv.sh b/tools/with_venv.sh
deleted file mode 100755
index c8d2940f..00000000
--- a/tools/with_venv.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-TOOLS=`dirname $0`
-VENV=$TOOLS/../.venv
-source $VENV/bin/activate && $@