From 43133c6347d8cd6243331fd4d2f899cc20c65992 Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Wed, 2 Oct 2024 14:53:46 -0500 Subject: [PATCH] Renamed for clarity --- .fontfoldercleanup/{cleanup.py => font_folder_cleanup.py} | 0 .fontfoldercleanup/remove_ds_and_clean_empty_folders.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .fontfoldercleanup/{cleanup.py => font_folder_cleanup.py} (100%) 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__':