mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Minor cleanup: one import per line
This commit is contained in:
parent
a46b5f2de9
commit
db78555e29
@ -91,7 +91,8 @@ revert_language(document, lyxname, babelname="", polyglossianame=""):
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import re, sys
|
import re
|
||||||
|
import sys
|
||||||
from parser_tools import (find_token, find_end_of_inset, get_containing_layout,
|
from parser_tools import (find_token, find_end_of_inset, get_containing_layout,
|
||||||
get_containing_inset, get_value, get_bool_value)
|
get_containing_inset, get_value, get_bool_value)
|
||||||
from unicode_symbols import unicode_reps
|
from unicode_symbols import unicode_reps
|
||||||
|
Loading…
Reference in New Issue
Block a user