]> git.lyx.org Git - features.git/commit
Fix AttributeError with Python 3.
authorGünter Milde <milde@lyx.org>
Thu, 28 Feb 2019 21:59:30 +0000 (22:59 +0100)
committerGünter Milde <milde@lyx.org>
Thu, 28 Feb 2019 21:59:30 +0000 (22:59 +0100)
commit9abd46b4d5056d11e4b92063aaadd4d5fa73361c
tree6e14a87124637e1b053da4edc077876295d19953
parente665715fc488c31476facfab6a8fcf6f7b7a3528
Fix AttributeError with Python 3.

At least since Python 3.5, `output` is already a
(unicode) string and does not have a "decode" method.
lib/scripts/convertDefault.py