From a855a74ae9d1ba19e852bc702586f8a6cff4aa0e Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Mon, 9 Oct 2017 19:31:28 +0200 Subject: [PATCH] move command line scripts to new 'bin' folder --- {meshroom => bin}/compute.py | 2 +- {meshroom => bin}/newNodeType.py | 2 +- {meshroom => bin}/statistics.py | 2 +- {meshroom => bin}/status.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename {meshroom => bin}/compute.py (98%) rename {meshroom => bin}/newNodeType.py (99%) rename {meshroom => bin}/statistics.py (99%) rename {meshroom => bin}/status.py (98%) diff --git a/meshroom/compute.py b/bin/compute.py similarity index 98% rename from meshroom/compute.py rename to bin/compute.py index 1ef352b2..24e8392d 100755 --- a/meshroom/compute.py +++ b/bin/compute.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import argparse from meshroom.core import graph as pg diff --git a/meshroom/newNodeType.py b/bin/newNodeType.py similarity index 99% rename from meshroom/newNodeType.py rename to bin/newNodeType.py index 45ab1b70..3892a1fc 100755 --- a/meshroom/newNodeType.py +++ b/bin/newNodeType.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python from __future__ import print_function import argparse diff --git a/meshroom/statistics.py b/bin/statistics.py similarity index 99% rename from meshroom/statistics.py rename to bin/statistics.py index 47edbf06..fb43bb96 100755 --- a/meshroom/statistics.py +++ b/bin/statistics.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import argparse import os from pprint import pprint diff --git a/meshroom/status.py b/bin/status.py similarity index 98% rename from meshroom/status.py rename to bin/status.py index 17d10daa..d47c49ea 100755 --- a/meshroom/status.py +++ b/bin/status.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import argparse import os from pprint import pprint