Skip to content

Commit 75b69e5

Browse files
committed
UiCommon functions moved to Common
1 parent 9450686 commit 75b69e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyFlow/Packages/PyFlowBase/UI/UICompoundNode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from qtpy.QtWidgets import QMessageBox
2323

2424
from PyFlow import GET_PACKAGE_PATH, GET_PACKAGES
25-
from PyFlow.UI.Canvas.UICommon import validateGraphDataPackages
25+
from PyFlow.Core.Common import validateGraphDataPackages
2626
from PyFlow.UI.Canvas.UINodeBase import UINodeBase
2727
from PyFlow.UI.Canvas.UINodeBase import getUINodeInstance
2828
from PyFlow.UI.Utils.stylesheet import Colors

0 commit comments

Comments
 (0)