From c236a386a5633465ee998ced908834017fd81cf4 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 26 Mar 2025 22:30:35 -0700 Subject: [PATCH] mcontact --- {mtcontact => mcontact}/globals.py | 0 {mtcontact => mcontact}/localisations/en.ini | 0 {mtcontact => mcontact}/main.py | 0 {mtcontact => mcontact}/message_handlers/rx_handler.py | 0 {mtcontact => mcontact}/message_handlers/tx_handler.py | 0 {mtcontact => mcontact}/settings.py | 0 {mtcontact => mcontact}/ui/colors.py | 0 {mtcontact => mcontact}/ui/control_ui.py | 0 {mtcontact => mcontact}/ui/curses_ui.py | 0 {mtcontact => mcontact}/ui/default_config.py | 0 {mtcontact => mcontact}/ui/dialog.py | 0 {mtcontact => mcontact}/ui/menus.py | 0 {mtcontact => mcontact}/ui/splash.py | 0 {mtcontact => mcontact}/ui/user_config.py | 0 {mtcontact => mcontact}/utilities/arg_parser.py | 0 {mtcontact => mcontact}/utilities/config_io.py | 0 {mtcontact => mcontact}/utilities/control_utils.py | 0 {mtcontact => mcontact}/utilities/db_handler.py | 0 {mtcontact => mcontact}/utilities/input_handlers.py | 0 {mtcontact => mcontact}/utilities/interfaces.py | 0 {mtcontact => mcontact}/utilities/save_to_radio.py | 0 {mtcontact => mcontact}/utilities/utils.py | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {mtcontact => mcontact}/globals.py (100%) rename {mtcontact => mcontact}/localisations/en.ini (100%) rename {mtcontact => mcontact}/main.py (100%) rename {mtcontact => mcontact}/message_handlers/rx_handler.py (100%) rename {mtcontact => mcontact}/message_handlers/tx_handler.py (100%) rename {mtcontact => mcontact}/settings.py (100%) rename {mtcontact => mcontact}/ui/colors.py (100%) rename {mtcontact => mcontact}/ui/control_ui.py (100%) rename {mtcontact => mcontact}/ui/curses_ui.py (100%) rename {mtcontact => mcontact}/ui/default_config.py (100%) rename {mtcontact => mcontact}/ui/dialog.py (100%) rename {mtcontact => mcontact}/ui/menus.py (100%) rename {mtcontact => mcontact}/ui/splash.py (100%) rename {mtcontact => mcontact}/ui/user_config.py (100%) rename {mtcontact => mcontact}/utilities/arg_parser.py (100%) rename {mtcontact => mcontact}/utilities/config_io.py (100%) rename {mtcontact => mcontact}/utilities/control_utils.py (100%) rename {mtcontact => mcontact}/utilities/db_handler.py (100%) rename {mtcontact => mcontact}/utilities/input_handlers.py (100%) rename {mtcontact => mcontact}/utilities/interfaces.py (100%) rename {mtcontact => mcontact}/utilities/save_to_radio.py (100%) rename {mtcontact => mcontact}/utilities/utils.py (100%) diff --git a/mtcontact/globals.py b/mcontact/globals.py similarity index 100% rename from mtcontact/globals.py rename to mcontact/globals.py diff --git a/mtcontact/localisations/en.ini b/mcontact/localisations/en.ini similarity index 100% rename from mtcontact/localisations/en.ini rename to mcontact/localisations/en.ini diff --git a/mtcontact/main.py b/mcontact/main.py similarity index 100% rename from mtcontact/main.py rename to mcontact/main.py diff --git a/mtcontact/message_handlers/rx_handler.py b/mcontact/message_handlers/rx_handler.py similarity index 100% rename from mtcontact/message_handlers/rx_handler.py rename to mcontact/message_handlers/rx_handler.py diff --git a/mtcontact/message_handlers/tx_handler.py b/mcontact/message_handlers/tx_handler.py similarity index 100% rename from mtcontact/message_handlers/tx_handler.py rename to mcontact/message_handlers/tx_handler.py diff --git a/mtcontact/settings.py b/mcontact/settings.py similarity index 100% rename from mtcontact/settings.py rename to mcontact/settings.py diff --git a/mtcontact/ui/colors.py b/mcontact/ui/colors.py similarity index 100% rename from mtcontact/ui/colors.py rename to mcontact/ui/colors.py diff --git a/mtcontact/ui/control_ui.py b/mcontact/ui/control_ui.py similarity index 100% rename from mtcontact/ui/control_ui.py rename to mcontact/ui/control_ui.py diff --git a/mtcontact/ui/curses_ui.py b/mcontact/ui/curses_ui.py similarity index 100% rename from mtcontact/ui/curses_ui.py rename to mcontact/ui/curses_ui.py diff --git a/mtcontact/ui/default_config.py b/mcontact/ui/default_config.py similarity index 100% rename from mtcontact/ui/default_config.py rename to mcontact/ui/default_config.py diff --git a/mtcontact/ui/dialog.py b/mcontact/ui/dialog.py similarity index 100% rename from mtcontact/ui/dialog.py rename to mcontact/ui/dialog.py diff --git a/mtcontact/ui/menus.py b/mcontact/ui/menus.py similarity index 100% rename from mtcontact/ui/menus.py rename to mcontact/ui/menus.py diff --git a/mtcontact/ui/splash.py b/mcontact/ui/splash.py similarity index 100% rename from mtcontact/ui/splash.py rename to mcontact/ui/splash.py diff --git a/mtcontact/ui/user_config.py b/mcontact/ui/user_config.py similarity index 100% rename from mtcontact/ui/user_config.py rename to mcontact/ui/user_config.py diff --git a/mtcontact/utilities/arg_parser.py b/mcontact/utilities/arg_parser.py similarity index 100% rename from mtcontact/utilities/arg_parser.py rename to mcontact/utilities/arg_parser.py diff --git a/mtcontact/utilities/config_io.py b/mcontact/utilities/config_io.py similarity index 100% rename from mtcontact/utilities/config_io.py rename to mcontact/utilities/config_io.py diff --git a/mtcontact/utilities/control_utils.py b/mcontact/utilities/control_utils.py similarity index 100% rename from mtcontact/utilities/control_utils.py rename to mcontact/utilities/control_utils.py diff --git a/mtcontact/utilities/db_handler.py b/mcontact/utilities/db_handler.py similarity index 100% rename from mtcontact/utilities/db_handler.py rename to mcontact/utilities/db_handler.py diff --git a/mtcontact/utilities/input_handlers.py b/mcontact/utilities/input_handlers.py similarity index 100% rename from mtcontact/utilities/input_handlers.py rename to mcontact/utilities/input_handlers.py diff --git a/mtcontact/utilities/interfaces.py b/mcontact/utilities/interfaces.py similarity index 100% rename from mtcontact/utilities/interfaces.py rename to mcontact/utilities/interfaces.py diff --git a/mtcontact/utilities/save_to_radio.py b/mcontact/utilities/save_to_radio.py similarity index 100% rename from mtcontact/utilities/save_to_radio.py rename to mcontact/utilities/save_to_radio.py diff --git a/mtcontact/utilities/utils.py b/mcontact/utilities/utils.py similarity index 100% rename from mtcontact/utilities/utils.py rename to mcontact/utilities/utils.py