FEM: code formating, flake8 and delete not used imports

This commit is contained in:
Bernd Hahnebach 2017-01-02 13:43:47 +01:00 committed by Yorik van Havre
parent a3427c7dbe
commit f562b3d945
2 changed files with 2 additions and 3 deletions

View File

@ -53,4 +53,4 @@ class _CommandClearMesh(FemCommands):
FreeCADGui.Selection.clearSelection()
FreeCADGui.addCommand('Fem_ClearMesh',_CommandClearMesh())
FreeCADGui.addCommand('Fem_ClearMesh', _CommandClearMesh())

View File

@ -31,7 +31,6 @@ import FreeCAD
from FemCommands import FemCommands
import FreeCADGui
from PySide import QtCore
from PySide import QtGui
class _CommandPrintMeshInfo(FemCommands):
@ -56,4 +55,4 @@ class _CommandPrintMeshInfo(FemCommands):
FreeCADGui.Selection.clearSelection()
FreeCADGui.addCommand('Fem_PrintMeshInfo',_CommandPrintMeshInfo())
FreeCADGui.addCommand('Fem_PrintMeshInfo', _CommandPrintMeshInfo())