architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

Remove shebang from main.py? #44

Closed ueg1990 closed 8 years ago

ueg1990 commented 8 years ago

Hello,

I wanted to know if the line in main.py is needed:

!/usr/bin/env python

Since its a command line project, i do not think you even need the shebang there.

architv commented 8 years ago

Well it's not really needed. It got there because I took some boilerplate from another of my code which had this.

architv commented 8 years ago

Fixed with ac2a6fbf3dd360b44347105e0db4855e0754ad6e