]> git.lyx.org Git - features.git/commitdiff
Angus fix to lyxrevert_228.py
authorJosé Matox <jamatos@lyx.org>
Tue, 16 Dec 2003 09:57:48 +0000 (09:57 +0000)
committerJosé Matox <jamatos@lyx.org>
Tue, 16 Dec 2003 09:57:48 +0000 (09:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8257 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/ChangeLog
lib/lyx2lyx/lyxrevert_228.py

index 9df04f20f19d01e96e1729bb222cfd535681cae8..a0bf0c0ea73bea784af8c1b29c12a81da50913d2 100644 (file)
@@ -1,6 +1,10 @@
 2003-12-16  José Matos  <jamatos@lyx.org>
 
-       * lyxconvert_228.py: fix sys import.
+       * lyxrevert_228.py: fix sys import.
+
+2003-12-16  José Matos  <jamatos@lyx.org>
+
+       * lyxconvert_227.py: fix sys import.
 
 2003-12-15  Angus Leeming  <leeming@lyx.org>
 
index 8357d72cf39c3920cfa3c4d7e1bdc33ed7a41d73..b02252022a76b652adeb3e00688e8970888e46ce 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):