From e47e592713d4100a5df7f43ae35b72e1728eb0f7 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Wed, 11 Oct 2017 16:32:40 +0200 Subject: [PATCH] rename executables to remove the extension and add meshroom prefix --- bin/{compute.py => meshroom_compute} | 0 bin/{newNodeType.py => meshroom_newNodeType} | 0 bin/{statistics.py => meshroom_statistics} | 0 bin/{status.py => meshroom_status} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename bin/{compute.py => meshroom_compute} (100%) rename bin/{newNodeType.py => meshroom_newNodeType} (100%) rename bin/{statistics.py => meshroom_statistics} (100%) rename bin/{status.py => meshroom_status} (100%) diff --git a/bin/compute.py b/bin/meshroom_compute similarity index 100% rename from bin/compute.py rename to bin/meshroom_compute diff --git a/bin/newNodeType.py b/bin/meshroom_newNodeType similarity index 100% rename from bin/newNodeType.py rename to bin/meshroom_newNodeType diff --git a/bin/statistics.py b/bin/meshroom_statistics similarity index 100% rename from bin/statistics.py rename to bin/meshroom_statistics diff --git a/bin/status.py b/bin/meshroom_status similarity index 100% rename from bin/status.py rename to bin/meshroom_status