quentinsf / icsv2ledger

Interactive importing of CSV files to Ledger
196 stars 70 forks source link

Use "python2" instead of "python" in the shebang line #78

Closed garyp closed 9 years ago

garyp commented 9 years ago

icsv2ledger.py fails to run on systems where /usr/bin/env python points at a Python 3.x interpreter. The shebang line should explicitly use /usr/bin/env python2.

petdr commented 9 years ago

Thanks