]> git.lyx.org Git - features.git/commit
string.join(lst) -> " ".join(lst) and not "".join(lst)
authorJosé Matox <jamatos@lyx.org>
Wed, 2 Aug 2006 16:13:01 +0000 (16:13 +0000)
committerJosé Matox <jamatos@lyx.org>
Wed, 2 Aug 2006 16:13:01 +0000 (16:13 +0000)
commit7f552526fc303a47ba28427eff7d2fef46096937
tree5019b64c8c62f2153a33f7517e2f6180ebaabaaa
parent26c0f379c7c997b9158ebe6792e62c52e6e21db3
string.join(lst) -> " ".join(lst) and not "".join(lst)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14538 a592a061-630c-0410-9148-cb99ea01b6c8
lib/lyx2lyx/lyx_1_1_5.py
lib/lyx2lyx/lyx_1_4.py