mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[tests] fix Graph import
This commit is contained in:
parent
71f98267d2
commit
d556547d0b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
from meshroom import processGraph as pg
|
||||
from meshroom.processGraph.graph import Graph
|
||||
|
||||
|
||||
def test_depth():
|
||||
graph = pg.Graph('Tests tasks depth')
|
||||
graph = Graph('Tests tasks depth')
|
||||
|
||||
tA = graph.addNewNode('Ls', input='/tmp')
|
||||
tB = graph.addNewNode('AppendText', inputText='echo B')
|
||||
|
|
Loading…
Add table
Reference in a new issue