simplify index (string drunkness corrected)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9027 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-09-29 16:34:27 +00:00
parent 6b9ff53e6d
commit 915304d550
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-29 José Matos <jamatos@lyx.org>
* lyx_1_4.py (get_end_format): simplify index.
2004-09-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* lyx_1_4.py (convert_ertbackslash): insert the new line after the

View File

@ -48,7 +48,7 @@ format_relation = [("0_10", [210], ["0.10.7","0.10"]),
def get_end_format():
return format_relation[-1:][0][1][-1:][0]
return format_relation[-1][1][-1]
def get_backend(textclass):