Update Python 2.7 to latest version

This commit is contained in:
Margen67
2017-03-18 07:58:26 -07:00
committed by Margen67
parent 410dfe9055
commit 87cf0d5ed3
2 changed files with 2 additions and 2 deletions

2
xb.bat
View File

@@ -11,7 +11,7 @@ CALL :check_python
IF %_RESULT% NEQ 0 (
ECHO.
ECHO Python 2.7 must be installed and on PATH:
ECHO https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
ECHO https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi
GOTO :exit_error
)