Fix path python in OSx

This commit is contained in:
Mauricio Baeza 2020-03-09 20:10:19 -06:00
parent 838dea860f
commit 45435c9e64
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -132,7 +132,7 @@ IS_WIN = OS == 'Windows'
LOG_NAME = 'ZAZ'
CLIPBOARD_FORMAT_TEXT = 'text/plain;charset=utf-16'
PYTHON = 'python'
PYTHON = 'python3'
if IS_WIN:
PYTHON = 'python.exe'
CALC = 'calc'