small changes

6 views
Skip to first unread message

Maksim Berjoza

unread,
Mar 25, 2010, 1:22:29 PM3/25/10
to pylast
not worked cyrillic and I changed line 738, 739:

from:
string += name
string += self.params[name]

to:
string += _unicode(name)
string += _unicode(self.params[name])

now works!

Reply all
Reply to author
Forward
0 new messages