FEM: objects create, add a new line to make copy easier

This commit is contained in:
Bernd Hahnebach
2019-09-13 12:52:35 +02:00
parent a61d735a20
commit 62dd9daee0

View File

@@ -717,6 +717,7 @@ FreeCADGui.doCommand("import " + module)
for s in sorted(App.ActiveDocument.supportedTypes()):
if s.startswith(module):
print(s)
"""
## @}