[commands] fix missing import

This commit is contained in:
Yann Lanthony 2017-10-30 16:41:47 +01:00
parent 1ec966fe2c
commit c5ce41f49e

View file

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