[FEM] femutils.py: style changes

- as requested
This commit is contained in:
Uwe
2022-07-14 01:21:54 +02:00
parent 60abde7b74
commit 1ddb42dcb2

View File

@@ -29,12 +29,12 @@ a few unrelated function useful at various places in the Fem module.
"""
__title__ = "FEM Utilities"
__author__ = 'Markus Hovorka, Bernd Hahnebach, Uwe Stöhr'
__author__ = "Markus Hovorka, Bernd Hahnebach, Uwe Stöhr"
__url__ = "https://www.freecadweb.org"
import os
import sys
import subprocess
import sys
from platform import system
import FreeCAD