]> git.lyx.org Git - features.git/commitdiff
Kayvan fix to lyxconvert_227.py
authorJosé Matox <jamatos@lyx.org>
Tue, 16 Dec 2003 08:15:47 +0000 (08:15 +0000)
committerJosé Matox <jamatos@lyx.org>
Tue, 16 Dec 2003 08:15:47 +0000 (08:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8256 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/ChangeLog
lib/lyx2lyx/lyxconvert_227.py

index 9ec1d4f64a2fedaf5df9c3ef662a681e7a0b85fc..9df04f20f19d01e96e1729bb222cfd535681cae8 100644 (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:
index 6f6fbf06e97db874841976acb59adcdbcfec0ec7..056f7f153f4aba58cc5b683d927d91dd69f57b3c 100644 (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):