mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
faaea50708
commit
e9a3a02e5c
@ -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:
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user