Remove undisclosed imports (from xxx import *)

This was the last example in this directory.
This commit is contained in:
José Matos 2024-06-16 07:45:43 +01:00
parent b80ccaa417
commit 160ac7242e
2 changed files with 18 additions and 4 deletions

View File

@ -17,9 +17,8 @@
"This modules tests the auxiliary functions for lyx2lyx."
from lyx2lyx_tools import *
import unittest
from lyx2lyx_tools import put_cmd_in_ert, latex_length
class TestParserTools(unittest.TestCase):

View File

@ -17,9 +17,24 @@
"This modules tests the functions used to help parse lines."
from parser_tools import *
import unittest
from parser_tools import (
check_token,
is_nonempty_line,
find_token,
find_substring,
find_re,
re,
find_complete_lines,
find_across_lines,
find_tokens,
get_value,
get_bool_value,
del_complete_lines,
del_value,
set_bool_value
)
lines = r"""
\begin_layout Standard