Blizzard / heroprotocol

Python library to decode Heroes of the Storm replays
MIT License
398 stars 69 forks source link

Make heroprotocol.py executable #51

Closed poma closed 6 years ago

poma commented 7 years ago

heroprotocol.py is supposed to be executable so I've changed file mode to 755. No content changes.

rcreasey commented 6 years ago

This doesn't need to be a pull request. This can easily be invoked on a linux system with python -i heroprotocol.py

poma commented 6 years ago

Seriously? Then why do you have #!/usr/bin/env python at the top of your file?