FEM: small improvements in the regard of flake8 compatiblity

This commit is contained in:
Bernd Hahnebach
2016-01-05 18:30:59 +01:00
committed by Yorik van Havre
parent 849be0979c
commit 21d7acbc9d
4 changed files with 9 additions and 4 deletions

View File

@@ -26,6 +26,9 @@
#***************************************************************************/
import FreeCAD
FreeCAD.addExportType("TetGen file (*.poly)", "convert2TetGen")
FreeCAD.addImportType("FEM formats (*.unv *.med *.dat *.bdf)", "Fem")
FreeCAD.addExportType("FEM formats (*.unv *.med *.dat *.inp)", "Fem")