From 90176702765fe13a9c532a6cb17538502c64c93b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Tue, 16 Dec 2003 09:57:48 +0000 Subject: [PATCH] Angus fix to lyxrevert_228.py git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8257 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/ChangeLog | 6 +++++- lib/lyx2lyx/lyxrevert_228.py | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/lyx2lyx/ChangeLog b/lib/lyx2lyx/ChangeLog index 9df04f20f1..a0bf0c0ea7 100644 --- a/lib/lyx2lyx/ChangeLog +++ b/lib/lyx2lyx/ChangeLog @@ -1,6 +1,10 @@ 2003-12-16 José Matos - * lyxconvert_228.py: fix sys import. + * lyxrevert_228.py: fix sys import. + +2003-12-16 José Matos + + * lyxconvert_227.py: fix sys import. 2003-12-15 Angus Leeming diff --git a/lib/lyx2lyx/lyxrevert_228.py b/lib/lyx2lyx/lyxrevert_228.py index 8357d72cf3..b02252022a 100644 --- a/lib/lyx2lyx/lyxrevert_228.py +++ b/lib/lyx2lyx/lyxrevert_228.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