forked from platformio/platformio-core
Fixes
```
File "get-platformio.py", line 93
print r['out']
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(r['out'])?
```
and
```
File "get-platformio.py", line 146
except Exception, e:
^
SyntaxError: invalid syntax
```