Ticket #568: listen-python2.5.diff
| File listen-python2.5.diff, 0.7 kB (added by mariano, 23 months ago) |
|---|
-
src/song.py
713 713 714 714 encoding = 'utf-8' 715 715 tp = tunepimp.tunepimp(const.GETTEXT_APP, const.VERSION , tunepimp.tpThreadAll) 716 #| Âtunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile )716 #| tunepimp.tpThreadLookupPUID | tunepimp.tpThreadLookupFile ) 717 717 tp.setMusicDNSClientId('001bd3a391cc704bb97cbdedb33336d5'); 718 718 719 719 tp.addFile( self.get_path() , 0 ) -
src/const.py
1 # -*- coding: utf-8 -*- 1 2 # vim: ts=4 2 3 ### 3 4 #
