From c4a552e958391215f5aa6d00d6a93597f2645679 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Mon, 30 Jan 2017 21:21:04 -0800 Subject: [PATCH] Fixed QtGui import. --- src/Mod/Path/PathScripts/PathDressupHoldingTags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: