Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYann Lanthony <yann.lanthony@gmail.com>2017-10-09 13:16:20 +0300
committerYann Lanthony <yann.lanthony@gmail.com>2017-10-09 13:16:20 +0300
commite893a3dfc6b5e8e0273bdc056ce189d4ba207255 (patch)
treeb903b895c9e783422b267ed0e0539aeb1cc2da3c /tests
parent81398e63a6ed7ae6dbdcdcb43785e0636d9dfd38 (diff)
rename package 'processGraph' to 'core'
Diffstat (limited to 'tests')
-rw-r--r--tests/test_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_task.py b/tests/test_task.py
index ba89c5ac..148e8e85 100644
--- a/tests/test_task.py
+++ b/tests/test_task.py
@@ -1,4 +1,4 @@
-from meshroom.processGraph.graph import Graph
+from meshroom.core.graph import Graph
def test_depth():