Skip to content

Commit

Permalink
FEM: gmsh tools, move system import into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Sep 2, 2019
1 parent a96282f commit daaab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femmesh/gmshtools.py
Expand Up @@ -29,7 +29,6 @@

import sys
import subprocess
from platform import system

import FreeCAD
import Fem
Expand Down Expand Up @@ -215,6 +214,7 @@ def get_tmp_file_paths(self):
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")
Expand Down

0 comments on commit daaab37

Please sign in to comment.