From: José Matox Date: Tue, 16 Dec 2003 08:15:47 +0000 (+0000) Subject: Kayvan fix to lyxconvert_227.py X-Git-Tag: 1.6.10~15639 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e9a3a02e5c80c8697abcc3edc8a51e2eb83b8882;p=features.git Kayvan fix to lyxconvert_227.py git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8256 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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):