issues
search
hdavid
/
Launchpad95
Improved Novation Launchpad scripts for Ableton Live
http://motscousus.com/stuff/2011-07_Novation_Launchpad_Ableton_Live_Scripts/
GNU General Public License v3.0
352
stars
82
forks
source link
Fix source charset encoding issues
#21
Closed
thomasf
closed
9 years ago
thomasf
commented
9 years ago
Fix broken encoding in SpecialSessionComponent.py that made git diff not work, example:
https://github.com/hdavid/Launchpad95/commit/c42e22576490ca83a5246dca2a38e625b35d206d
Convert all files to utf8-unix line endings, previously it differed from file to file.
Add # -
- coding: utf-8 -
- header to all .py files. Should not make any difference but may help some editors/ides.
hdavid
commented
9 years ago
thanks !