lyx2lyx/lyx_1_6.py: fix a comma

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-10-03 22:00:45 +00:00
parent 1bf589ad1e
commit d162028a9c

View File

@ -391,7 +391,6 @@ def revert_latexcommand_index(document):
i = i + 5
def revert_wraptable(document):
"Revert wrap table to wrap figure."
i = 0
@ -420,7 +419,7 @@ convert = [[277, [fix_wrong_tables]],
[286, []],
[287, [convert_wrapfig_options]],
[288, [convert_inset_command]],
[289, [convert_latexcommand_index]]
[289, [convert_latexcommand_index]],
[290, []]
]