emericg / OpenSubtitlesDownload

Automatically find and download the right subtitles for your favorite videos!
https://emeric.io/OpenSubtitlesDownload
GNU General Public License v3.0
581 stars 63 forks source link

use /usr/bin/env instead of hardcoding python path #14

Closed juliekoubova closed 9 years ago

juliekoubova commented 9 years ago

perhaps more portable this way? (FreeBSD has Python in /usr/local)

emericg commented 9 years ago

All right, it does seem to be better to use "/usr/bin/env python". Thanks for the patch!

juliekoubova commented 9 years ago

thanks for accepting it! :)