py3: Fem: PyGui: use relative imports for PyGui

This commit is contained in:
looooo
2017-03-21 08:45:52 +01:00
committed by wmayer
parent d27afa1ac7
commit 6ba65d4d63
21 changed files with 21 additions and 21 deletions

View File

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