Fixed QtGui import.

This commit is contained in:
Markus Lampert 2017-01-30 21:21:04 -08:00
parent 2d84615219
commit c4a552e958

View File

@ -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: