Fem: fix one import statement for python3

This commit is contained in:
looooo
2017-08-22 12:47:55 +02:00
committed by wmayer
parent 1c26a26548
commit fd9de86ec0

View File

@@ -28,7 +28,7 @@ __url__ = "http://www.freecadweb.org"
# \ingroup FEM
import FreeCAD
from FemCommands import FemCommands
from .FemCommands import FemCommands
import FreeCADGui
from PySide import QtCore