From 4f0ad6de6d57f1333a28f76112a87bc8eda46ce2 Mon Sep 17 00:00:00 2001 From: James David Clarke Date: Mon, 8 Jan 2024 11:12:20 +0000 Subject: [PATCH] Extra tools --- .../new_table_conversion.py | 0 .../outstanding_conv.py | 0 .../remove_null_lines.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tools/{mytools => texture_conversion_extra_tools}/new_table_conversion.py (100%) rename tools/{mytools => texture_conversion_extra_tools}/outstanding_conv.py (100%) rename tools/{mytools => texture_conversion_extra_tools}/remove_null_lines.py (100%) diff --git a/tools/mytools/new_table_conversion.py b/tools/texture_conversion_extra_tools/new_table_conversion.py similarity index 100% rename from tools/mytools/new_table_conversion.py rename to tools/texture_conversion_extra_tools/new_table_conversion.py diff --git a/tools/mytools/outstanding_conv.py b/tools/texture_conversion_extra_tools/outstanding_conv.py similarity index 100% rename from tools/mytools/outstanding_conv.py rename to tools/texture_conversion_extra_tools/outstanding_conv.py diff --git a/tools/mytools/remove_null_lines.py b/tools/texture_conversion_extra_tools/remove_null_lines.py similarity index 100% rename from tools/mytools/remove_null_lines.py rename to tools/texture_conversion_extra_tools/remove_null_lines.py