py3: fix some simple incompapilities

issue 0000995
This commit is contained in:
looooo
2017-06-21 11:25:30 +02:00
parent 931820c4b1
commit 3e8249a0e6
5 changed files with 14 additions and 14 deletions

View File

@@ -183,7 +183,7 @@ def export(exportList,filename,tessellation=1):
ver = FreeCAD.Version()
appli = "FreeCAD v" + ver[0] + "." + ver[1] + " build" + ver[2] + "\n"
cont.authoring_tool = appli
print author,appli
print(author, appli)
colmesh.assetInfo.contributors.append(cont)
colmesh.assetInfo.unitname = "meter"
colmesh.assetInfo.unitmeter = 1.0