Fixed QtGui import.
This commit is contained in:
parent
2d84615219
commit
c4a552e958
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user