From 7da02991cfec150aa9274c8c5a72bc5c1a95b6cd Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 14 Mar 2020 07:11:19 -0700 Subject: [PATCH] Moved util scripts to utils --- {tests => utils}/check_uuid.py | 0 {tests => utils}/dump_photo_info.applescript | 0 {tests => utils}/dump_photo_info.scpt | Bin {tests => utils}/get_photo_info.applescript | 0 {tests => utils}/get_photo_info.scpt | Bin 5 files changed, 0 insertions(+), 0 deletions(-) rename {tests => utils}/check_uuid.py (100%) rename {tests => utils}/dump_photo_info.applescript (100%) rename {tests => utils}/dump_photo_info.scpt (100%) rename {tests => utils}/get_photo_info.applescript (100%) rename {tests => utils}/get_photo_info.scpt (100%) diff --git a/tests/check_uuid.py b/utils/check_uuid.py similarity index 100% rename from tests/check_uuid.py rename to utils/check_uuid.py diff --git a/tests/dump_photo_info.applescript b/utils/dump_photo_info.applescript similarity index 100% rename from tests/dump_photo_info.applescript rename to utils/dump_photo_info.applescript diff --git a/tests/dump_photo_info.scpt b/utils/dump_photo_info.scpt similarity index 100% rename from tests/dump_photo_info.scpt rename to utils/dump_photo_info.scpt diff --git a/tests/get_photo_info.applescript b/utils/get_photo_info.applescript similarity index 100% rename from tests/get_photo_info.applescript rename to utils/get_photo_info.applescript diff --git a/tests/get_photo_info.scpt b/utils/get_photo_info.scpt similarity index 100% rename from tests/get_photo_info.scpt rename to utils/get_photo_info.scpt