Skip to content
  • Boris Basic's avatar
    [scripts] Code cleanup in files.py and its dependent modules · 2391b8c6
    Boris Basic authored
    - Replace uses of distutils, which has been deprecated for a long time and has
    been removed from Python 3.12
    - Change is_newer behaviour to check the source timestamp against that of the
    target
    - Replace remove_directories by shutil.rmtree
    - Replace copy_file by shutil.copy2
    - Move add_to_list to parser_fortran.py
    - Remove unused functions
    - Fix various issues
    2391b8c6