mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 21:16:29 +02:00
rename package 'processGraph' to 'core'
This commit is contained in:
parent
81398e63a6
commit
e893a3dfc6
25 changed files with 22 additions and 22 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue