File tree Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 11scancode-toolkit <= 21.2.25
22typecode_libmagic
33XlsxWriter
4- progress
54fosslight_util
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010import platform
1111import getopt
1212import logging
13-
1413from scancode import cli
1514from datetime import datetime
1615import fosslight_util .constant as constant
1716from fosslight_util .set_log import init_log
1817from ._write_oss_report_src import write_result_to_csv , write_result_to_excel
1918from ._parsing_scancode_file_item import parsing_file_item
20- from . _timer_thread import TimerThread
19+ from fosslight_util . timer_thread import TimerThread
2120
2221logger = logging .getLogger (constant .LOGGER_NAME )
2322warnings .filterwarnings ("ignore" , category = FutureWarning )
You can’t perform that action at this time.
0 commit comments