From f6a4f9cbe37a06101a4b99fe287c22c0a2375c5d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 30 Aug 2019 22:11:02 +0200 Subject: [PATCH] move client scripts to tools --- {client => tools}/pm3_eml2lower.sh | 0 {client => tools}/pm3_eml2mfd.py | 0 {client => tools}/pm3_eml2upper.sh | 0 {client => tools}/pm3_eml_mfd_test.py | 0 {client => tools}/pm3_mfd2eml.py | 0 {client => tools}/pm3_mfdread.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {client => tools}/pm3_eml2lower.sh (100%) rename {client => tools}/pm3_eml2mfd.py (100%) rename {client => tools}/pm3_eml2upper.sh (100%) rename {client => tools}/pm3_eml_mfd_test.py (100%) rename {client => tools}/pm3_mfd2eml.py (100%) rename {client => tools}/pm3_mfdread.py (100%) diff --git a/client/pm3_eml2lower.sh b/tools/pm3_eml2lower.sh similarity index 100% rename from client/pm3_eml2lower.sh rename to tools/pm3_eml2lower.sh diff --git a/client/pm3_eml2mfd.py b/tools/pm3_eml2mfd.py similarity index 100% rename from client/pm3_eml2mfd.py rename to tools/pm3_eml2mfd.py diff --git a/client/pm3_eml2upper.sh b/tools/pm3_eml2upper.sh similarity index 100% rename from client/pm3_eml2upper.sh rename to tools/pm3_eml2upper.sh diff --git a/client/pm3_eml_mfd_test.py b/tools/pm3_eml_mfd_test.py similarity index 100% rename from client/pm3_eml_mfd_test.py rename to tools/pm3_eml_mfd_test.py diff --git a/client/pm3_mfd2eml.py b/tools/pm3_mfd2eml.py similarity index 100% rename from client/pm3_mfd2eml.py rename to tools/pm3_mfd2eml.py diff --git a/client/pm3_mfdread.py b/tools/pm3_mfdread.py similarity index 100% rename from client/pm3_mfdread.py rename to tools/pm3_mfdread.py