FEM: code formating, make all python module start the same way
- module info - doxygen documentation - imports - code
This commit is contained in:
@@ -29,10 +29,8 @@ __url__ = "http://www.freecadweb.org"
|
||||
|
||||
import FreeCAD
|
||||
from FemCommands import FemCommands
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
import FreeCADGui
|
||||
from PySide import QtCore
|
||||
import FreeCADGui
|
||||
from PySide import QtCore
|
||||
|
||||
|
||||
class _CommandShellThickness(FemCommands):
|
||||
|
||||
Reference in New Issue
Block a user