virtualenv plugin - remove obsolete options

pull/276/head
Scott Drennan 2014-03-15 11:40:37 -07:00
parent c879921457
commit 781fde4fd3
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ function mkvenv {
group 'virtualenv'
cwd=`basename \`pwd\``
mkvirtualenv --distribute $cwd
mkvirtualenv $cwd
}
@ -20,7 +20,7 @@ function mkvbranch {
group 'virtualenv'
scm_prompt_info >/dev/null 2>&1
mkvirtualenv --distribute "$(basename `pwd`)@$SCM_BRANCH"
mkvirtualenv "$(basename `pwd`)@$SCM_BRANCH"
}
function wovbranch {