From 5a83d1444fbace619150a6ba639bfcf407af8feb Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 3 Nov 2010 22:14:36 +0000 Subject: [PATCH] Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36016 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_2_0.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 4d3228abdb..e31ce86b3b 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -310,6 +310,11 @@ def latex_length(string): else: return "True," + string +############################################################################### +### +### Conversion and reversion routines +### +############################################################################### def revert_flex_inset(document, name, LaTeXname, position): " Convert flex insets to TeX code " -- 2.39.5