diff --git a/src/Mod/Path/PathScripts/PathDressupHoldingTags.py b/src/Mod/Path/PathScripts/PathDressupHoldingTags.py index cdb598fec..83f8b5fcf 100644 --- a/src/Mod/Path/PathScripts/PathDressupHoldingTags.py +++ b/src/Mod/Path/PathScripts/PathDressupHoldingTags.py @@ -49,7 +49,7 @@ LOG_MODULE = 'PathDressupHoldingTags' if FreeCAD.GuiUp: from pivy import coin - from PySide import QtCore + from PySide import QtGui def debugEdge(edge, prefix, force = False): if force or PathLog.getLevel(LOG_MODULE) == PathLog.Level.DEBUG: