Angus fix to lyxrevert_228.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8257 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2003-12-16 09:57:48 +00:00
parent e9a3a02e5c
commit 9017670276
2 changed files with 6 additions and 1 deletions

View 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>

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