File tree Expand file tree Collapse file tree 3 files changed +2
-45
lines changed Expand file tree Collapse file tree 3 files changed +2
-45
lines changed Original file line number Diff line number Diff line change 1616import yaml
1717from ._parsing_scancode_file_item import parsing_file_item
1818from fosslight_util .write_excel import write_excel_and_csv
19- from .help import print_help_msg_convert
19+ from ._help import print_help_msg_convert
2020
2121logger = logging .getLogger (constant .LOGGER_NAME )
2222_PKG_NAME = "fosslight_source"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919from fosslight_util .timer_thread import TimerThread
2020from ._parsing_scancode_file_item import parsing_file_item
2121from fosslight_util .write_excel import write_excel_and_csv
22- from .help import print_help_msg_source
22+ from ._help import print_help_msg_source
2323
2424logger = logging .getLogger (constant .LOGGER_NAME )
2525warnings .filterwarnings ("ignore" , category = FutureWarning )
You can’t perform that action at this time.
0 commit comments