py3: Arch: mostly print-statements

7247937288be85fe217c2d57cdb96c9a666e4e28
00528f4b445fd851df53a79b4be6f1ff480f74d0
b7e3a874dbadbac1c1ecfade4b8676c15fdf25ee
This commit is contained in:
looooo
2017-03-02 09:24:29 +01:00
committed by wmayer
parent e81da82f79
commit 1e173b68a4
9 changed files with 26 additions and 24 deletions

View File

@@ -862,7 +862,7 @@ class StructSelectionObserver:
self.callback = callback
def addSelection(self, docName, objName, sub, pos):
print "got ",objName
print("got ",objName)
obj = FreeCAD.getDocument(docName).getObject(objName)
self.callback(obj)