fix import paths

This commit is contained in:
Fabien Castan 2017-09-20 01:25:31 +02:00
parent f54c765b30
commit 889e0298eb
5 changed files with 9 additions and 10 deletions

2
meshroom/compute.py Normal file → Executable file
View 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,