On Thu, Nov 4, 2010 at 4:59 PM, <[email protected]> wrote: > Author: rgheck > Date: Thu Nov 4 16:59:38 2010 > New Revision: 36067 > URL: http://www.lyx.org/trac/changeset/36067 > > Log: > Move generally useful routines out of lyx_2_0.py and into modules. We > keep copying these from one file to another each new release. > > Modified: > lyx-devel/trunk/lib/lyx2lyx/Makefile.am > lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py
[,,] > + > +from lyx2lyx_tools import add_to_preamble, insert_to_preamble, \ > + put_cmd_in_ert, lyx2latex, latex_length, revert_flex_inset, \ > + revert_font_attrs, revert_layout_command, hex2ratio > > #################################################################### Where is lyx2lyx_tools ? Vincent
