Is this right ?

john


? ll.diff
Index: lyx2lyx
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx2lyx/lyx2lyx,v
retrieving revision 1.6
diff -u -r1.6 lyx2lyx
--- lyx2lyx     7 Feb 2003 11:01:46 -0000       1.6
+++ lyx2lyx     9 Feb 2003 14:27:46 -0000
@@ -37,7 +37,7 @@
 
 format = re.compile(r"(\d)[\.,]?(\d\d)")
 fileformat = re.compile(r"\\lyxformat\s*(\S*)")
-lst_ft = ["210", "215", "216", "217", "218", "220", "221"]
+lst_ft = ["210", "215", "216", "217", "218", "220", "221", "222"]
 
 def usage():
     print """Usage: lyx2lyx [options] file1
Index: lyxconvert_221.py
===================================================================
RCS file: lyxconvert_221.py
diff -N lyxconvert_221.py
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ lyxconvert_221.py   9 Feb 2003 14:27:46 -0000
@@ -0,0 +1,26 @@
+# This file is part of lyx2lyx
+# Copyright (C) 2002 Dekel Tsur <[EMAIL PROTECTED]>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
+
+import sys,string,re
+from parser_tools import *
+
+def convert(header, body):
+    pass
+
+if __name__ == "__main__":
+    pass

Reply via email to