]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx2lyx_tools.py
Speed up parenthesis conversion routine for Hebrew. Patch from Guy.
[lyx.git] / lib / lyx2lyx / lyx2lyx_tools.py
index cb1996ecb58af99018351c6bdd20fb98bacfb7d5..73f7d78c10cfcdb76e877c40e4ebabf78c45eeb9 100644 (file)
@@ -86,7 +86,7 @@ remove_document_option(document, option):
 '''
 
 import re
-from parser_tools import find_token, find_end_of_inset
+from parser_tools import find_token, find_end_of_inset, get_containing_layout
 from unicode_symbols import unicode_reps
 
 # This will accept either a list of lines or a single line.