You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Administrivia
rename branch to python-2.4-to-2.7
This commit is contained in:
@@ -3,7 +3,7 @@ PYTHON_VERSION=2.4.6
|
||||
|
||||
function checkout_version {
|
||||
local repo=$1
|
||||
version=${2:-python-2.4}
|
||||
version=${2:-python-2.4-to-2.7}
|
||||
echo Checking out $version.4 on $repo ...
|
||||
(cd ../$repo && git checkout $version && pyenv local $PYTHON_VERSION) && \
|
||||
git pull
|
||||
|
Reference in New Issue
Block a user