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 5fe6b129cf
commit 29429af805

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