FEM: py3, set prints in brackets

This commit is contained in:
Bernd Hahnebach
2017-09-10 23:15:31 +02:00
committed by wmayer
parent d272c581e9
commit 656239948d
4 changed files with 6 additions and 6 deletions

View File

@@ -334,13 +334,13 @@ def makeSolverZ88(name="Z88"):
'''
# print supportedTypes
# get the supportedTypes
App.newDocument()
module = 'Fem'
FreeCADGui.doCommand('import ' + module)
for s in sorted(App.ActiveDocument.supportedTypes()):
if s.startswith(module):
print s
print(s)
'''
## @}