Kayvan fix to lyxconvert_227.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8256 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2003-12-16 08:15:47 +00:00
parent faaea50708
commit e9a3a02e5c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-12-16 José Matos <jamatos@lyx.org>
* lyxconvert_228.py: fix sys import.
2003-12-15 Angus Leeming <leeming@lyx.org>
* lyx2lyx:

View File

@ -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):