diff --git a/.fontfoldercleanup/cleanup.py b/.fontfoldercleanup/font_folder_cleanup.py similarity index 100% rename from .fontfoldercleanup/cleanup.py rename to .fontfoldercleanup/font_folder_cleanup.py diff --git a/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py b/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py index a82da61..c3eb3d9 100644 --- a/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py +++ b/.fontfoldercleanup/remove_ds_and_clean_empty_folders.py @@ -1,4 +1,4 @@ -import cleanup +import font_folder_cleanup import os if __name__ == '__main__':