File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717# You should have received a copy of the GNU General Public License
1818# along with this program. If not, see http://www.gnu.org/licenses/.
1919
20- from commands import preprocess
2120import argparse
2221import concurrent .futures
2322import os
2423import shutil
24+ from commands import preprocess
2525
2626
2727def main ():
Original file line number Diff line number Diff line change 2424import contextlib
2525import unittest
2626import unittest .mock
27+ from lxml import etree
2728from commands .preprocess import build_rename_map
2829from commands .preprocess import convert_loader_name
2930from commands .preprocess import has_class
3839from commands .preprocess import transform_ranges_placeholder
3940from commands .preprocess import trasform_relative_link
4041from commands .preprocess import rename_files
41- from lxml import etree
4242
4343
4444class DummyFile (object ):
Original file line number Diff line number Diff line change 1717
1818import os
1919import unittest
20+ from lxml import etree
2021from commands .preprocess_cssless import preprocess_html_merge_cssless
2122from commands .preprocess_cssless import silence_cssutils_warnings
2223from commands .preprocess_cssless import convert_span_tables_to_tr_td
2627from commands .preprocess_cssless import convert_font_size_property_to_pt
2728from commands .preprocess_cssless \
2829 import convert_table_border_top_to_tr_background
29- from lxml import etree
3030
3131
3232class TestPreprocessHtmlMergeCss (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments