rename package 'processGraph' to 'core'

This commit is contained in:
Yann Lanthony 2017-10-09 12:16:20 +02:00
parent 81398e63a6
commit e893a3dfc6
25 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
from PySide2.QtWidgets import QUndoCommand, QUndoStack
from PySide2.QtCore import Property, Signal
from meshroom.processGraph.graph import Node
from meshroom.core.graph import Node
class UndoCommand(QUndoCommand):