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 86f0b320cd
commit 774693569a

View File

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