cmusphinx / sphinxtrain

Acoustic model trainer for CMU Sphinx
Other
178 stars 112 forks source link

changed shabang -> #!/usr/bin/env python2.7 #8

Closed MacLotsen closed 7 years ago

MacLotsen commented 7 years ago

When python3 is installed it will be the default python executable thus breaking the sphinxtrain executable caused by unparameterized print statements.

nshmyrev commented 7 years ago

Hi. Thank you for the report. I've pushed 1ab3c2b6258af5fd80046b0726917929743e6c62 with import from the future. Please check and let me know if there are other issues.