File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ def get_widget(self, name):
970970
971971if __name__ == '__main__' :
972972 import sys
973- from Framework . vendor . NodeGraphQt import BaseNode , NodeGraph
973+ from .. import BaseNode , NodeGraph
974974
975975
976976 class TestNode (BaseNode ):
Original file line number Diff line number Diff line change @@ -250,13 +250,13 @@ def prop_widget(self, node):
250250
251251if __name__ == '__main__' :
252252 import sys
253- from Framework . vendor . NodeGraphQt import BaseNode , NodeGraph
254- from Framework . vendor . NodeGraphQt .constants import (NODE_PROP_QLABEL ,
255- NODE_PROP_QLINEEDIT ,
256- NODE_PROP_QCOMBO ,
257- NODE_PROP_QSPINBOX ,
258- NODE_PROP_COLORPICKER ,
259- NODE_PROP_SLIDER )
253+ from .. import BaseNode , NodeGraph
254+ from . .constants import (NODE_PROP_QLABEL ,
255+ NODE_PROP_QLINEEDIT ,
256+ NODE_PROP_QCOMBO ,
257+ NODE_PROP_QSPINBOX ,
258+ NODE_PROP_COLORPICKER ,
259+ NODE_PROP_SLIDER )
260260
261261
262262 class TestNode (BaseNode ):
You can’t perform that action at this time.
0 commit comments