From e9a3a02e5c80c8697abcc3edc8a51e2eb83b8882 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Tue, 16 Dec 2003 08:15:47 +0000 Subject: [PATCH] Kayvan fix to lyxconvert_227.py git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8256 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/ChangeLog | 4 ++++ lib/lyx2lyx/lyxconvert_227.py | 1 + 2 files changed, 5 insertions(+) diff --git a/lib/lyx2lyx/ChangeLog b/lib/lyx2lyx/ChangeLog index 9ec1d4f64a..9df04f20f1 100644 --- a/lib/lyx2lyx/ChangeLog +++ b/lib/lyx2lyx/ChangeLog @@ -1,3 +1,7 @@ +2003-12-16 José Matos + + * lyxconvert_228.py: fix sys import. + 2003-12-15 Angus Leeming * lyx2lyx: diff --git a/lib/lyx2lyx/lyxconvert_227.py b/lib/lyx2lyx/lyxconvert_227.py index 6f6fbf06e9..056f7f153f 100644 --- a/lib/lyx2lyx/lyxconvert_227.py +++ b/lib/lyx2lyx/lyxconvert_227.py @@ -15,6 +15,7 @@ # 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 from parser_tools import find_tokens def convert_collapsable(lines): -- 2.39.2