FEM: gmsh tools, move system import into dev

This commit is contained in:
Bernd Hahnebach
2019-09-02 12:52:16 +02:00
parent a96282f482
commit daaab377d0

View File

@@ -29,7 +29,6 @@ __url__ = "http://www.freecadweb.org"
import sys
import subprocess
from platform import system
import FreeCAD
import Fem
@@ -215,6 +214,7 @@ class GmshTools():
print(" " + self.temp_file_geo)
def get_gmsh_command(self):
from platform import system
gmsh_std_location = FreeCAD.ParamGet(
"User parameter:BaseApp/Preferences/Mod/Fem/Gmsh"
).GetBool("UseStandardGmshLocation")