Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2024-02-25 06:09:10 -05:00
11 changed files with 35 additions and 37 deletions

View File

@@ -1,5 +1,7 @@
#/bin/bash
owd=$(pwd)
cd $(dirname ${BASH_SOURCE[0]})
if . ./setup-python-3.3.sh; then
git merge master
fi
cd $owd