mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-27 21:47:28 +02:00
fix import paths
This commit is contained in:
parent
f54c765b30
commit
889e0298eb
5 changed files with 9 additions and 10 deletions
2
meshroom/compute.py
Normal file → Executable file
2
meshroom/compute.py
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
|
||||
from meshroom import processGraph as pg
|
||||
from meshroom.processGraph import graph as pg
|
||||
|
||||
parser = argparse.ArgumentParser(description='Execute a Graph of processes.')
|
||||
parser.add_argument('graphFile', metavar='GRAPHFILE.mg', type=str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue