You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Merge branch 'master' into python-3.3-to-3.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#/bin/bash
|
||||
uncompyle6_merge_33_owd=$(pwd)
|
||||
uncompyle6_merge_36_owd=$(pwd)
|
||||
cd $(dirname ${BASH_SOURCE[0]})
|
||||
if . ./setup-python-3.3.sh; then
|
||||
if . ./setup-python-3.6.sh; then
|
||||
git merge master
|
||||
fi
|
||||
cd $uncompyle6_merge_33_owd
|
||||
cd $uncompyle6_merge_36_owd
|
||||
|
Reference in New Issue
Block a user