mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
e9a3a02e5c
commit
9017670276
@ -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>
|
||||
|
||||
|
@ -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