[core/bin] Submitting: remove a duplicate function and move another one

This commit is contained in:
Julien-Haudegond 2020-09-03 18:12:51 +02:00
parent 78f7febeb7
commit 3f3a6c0e83
5 changed files with 35 additions and 48 deletions

View file

@ -12,7 +12,7 @@ from PySide2.QtCore import Slot, QJsonValue, QObject, QUrl, Property, Signal, QP
from meshroom import multiview
from meshroom.common.qt import QObjectListModel
from meshroom.core.attribute import Attribute, ListAttribute
from meshroom.core.graph import Graph, Edge, submitGraph
from meshroom.core.graph import Graph, Edge
from meshroom.core.taskManager import TaskManager